Skip to content

Commit

Permalink
Internal/fix create bitstreams (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
MajoBerger authored Mar 18, 2024
1 parent 0f6ab8c commit e513020
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create_bitstreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
pip install -r requirements.txt
cd tools/create_bitstreams
python create_bitstreams.py
python3 create_bitstreams.py
import-5:
if: inputs.INSTANCE == '5'
Expand All @@ -45,7 +45,7 @@ jobs:
run: |
pip install -r requirements.txt
cd tools/create_bitstreams
python create_bitstreams.py
python3 create_bitstreams.py
import-6:
if: inputs.INSTANCE == '6'
Expand All @@ -58,7 +58,7 @@ jobs:
run: |
pip install -r requirements.txt
cd tools/create_bitstreams
python create_bitstreams.py
python3 create_bitstreams.py
import-8:
if: inputs.INSTANCE == '8'
Expand All @@ -71,4 +71,4 @@ jobs:
run: |
pip install -r requirements.txt
cd tools/create_bitstreams
python create_bitstreams.py
python3 create_bitstreams.py

0 comments on commit e513020

Please sign in to comment.