Skip to content

Commit

Permalink
Fix conflict resolution
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Mar 15, 2024
1 parent 6f1a0f1 commit 2b136a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/templates/unit_test.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ jobs:
with:
go-version: 1.20.14

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.unit_tests == 'true'
uses: actions/setup-python@v4
>>>>>>> aa377fb470 (Upgrade `release-16.0` to `go1.20.1` (#12398))

- name: Tune the OS
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.unit_tests == 'true'
run: |
Expand Down

0 comments on commit 2b136a9

Please sign in to comment.