Skip to content

Commit a915271

Browse files
MajoBergermilanmajchrak
authored andcommitted
Internal/fix create bitstreams (#541)
1 parent ee62932 commit a915271

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/create_bitstreams.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
pip install -r requirements.txt
3434
cd tools/create_bitstreams
35-
python create_bitstreams.py
35+
python3 create_bitstreams.py
3636
3737
import-5:
3838
if: inputs.INSTANCE == '5'
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
pip install -r requirements.txt
4747
cd tools/create_bitstreams
48-
python create_bitstreams.py
48+
python3 create_bitstreams.py
4949
5050
import-6:
5151
if: inputs.INSTANCE == '6'
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
pip install -r requirements.txt
6060
cd tools/create_bitstreams
61-
python create_bitstreams.py
61+
python3 create_bitstreams.py
6262
6363
import-8:
6464
if: inputs.INSTANCE == '8'
@@ -71,4 +71,4 @@ jobs:
7171
run: |
7272
pip install -r requirements.txt
7373
cd tools/create_bitstreams
74-
python create_bitstreams.py
74+
python3 create_bitstreams.py

0 commit comments

Comments
 (0)