Skip to content

Commit 20f8e05

Browse files
committed
test: explicitly run tests using 'python3'
- 'python' is Python 2.7 on MacOS 12
1 parent 2246ee7 commit 20f8e05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v3
2525
- name: Show initial environment
26-
run: python cue-test.py env
26+
run: python3 cue-test.py env
2727
- name: Run unit tests
28-
run: python cue-test.py
28+
run: python3 cue-test.py
2929

3030
build-linux:
3131
name: ${{ matrix.cmp }} / ${{ matrix.configuration }} / ${{ matrix.os }}

0 commit comments

Comments
 (0)