test: explicitly run tests using 'python3'

- 'python' is Python 2.7 on MacOS 12
This commit is contained in:
Ralph Lange
2023-11-03 09:47:19 +01:00
parent 2246ee79e4
commit b98f83cca5

View File

@@ -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 }}