test: explicitly run tests using 'python3'
- 'python' is Python 2.7 on MacOS 12
This commit is contained in:
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user