We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee62932 commit a915271Copy full SHA for a915271
1 file changed
.github/workflows/create_bitstreams.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
pip install -r requirements.txt
34
cd tools/create_bitstreams
35
- python create_bitstreams.py
+ python3 create_bitstreams.py
36
37
import-5:
38
if: inputs.INSTANCE == '5'
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
import-6:
51
if: inputs.INSTANCE == '6'
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
import-8:
64
if: inputs.INSTANCE == '8'
@@ -71,4 +71,4 @@ jobs:
71
72
73
74
0 commit comments