mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-17 00:58:49 -04:00
explicitly call demotest with python3
This commit is contained in:
parent
939c91aaa4
commit
a7e6e63599
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
2
demotest/demotest
Normal file → Executable 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user