Skip to content

Commit

Permalink
test: explicitly run tests using 'python3'
Browse files Browse the repository at this point in the history
- 'python' is Python 2.7 on MacOS 12
  • Loading branch information
ralphlange committed Nov 3, 2023
1 parent 2246ee7 commit 20f8e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Show initial environment
run: python cue-test.py env
run: python3 cue-test.py env
- name: Run unit tests
run: python cue-test.py
run: python3 cue-test.py

build-linux:
name: ${{ matrix.cmp }} / ${{ matrix.configuration }} / ${{ matrix.os }}
Expand Down

0 comments on commit 20f8e05

Please sign in to comment.