mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-08-03 12:47:01 -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: |
|
||||
cd demotest
|
||||
pip install pyyaml joblib
|
||||
python demotest --jobs 4 --port ../build/src/woof
|
||||
python3 demotest --jobs 4 --port ../build/src/woof
|
||||
|
||||
- name: Install
|
||||
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 sys
|
||||
import shutil
|
||||
|
Loading…
x
Reference in New Issue
Block a user