explicitly call demotest with python3

This commit is contained in:
Fabian Greffrath 2023-11-28 12:44:05 +01:00
parent 939c91aaa4
commit a7e6e63599
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ jobs:
run: | run: |
cd demotest cd demotest
pip install pyyaml joblib pip install pyyaml joblib
python demotest --jobs 4 --port ../build/src/woof python3 demotest --jobs 4 --port ../build/src/woof
- name: Install - name: Install
run: | run: |

2
demotest/demotest Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
import os import os
import sys import sys
import shutil import shutil