Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
MajoBerger committed Mar 7, 2024
1 parent b635c51 commit 785e705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_bitstreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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 @@ -59,7 +59,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 @@ -72,4 +72,4 @@ jobs:
run: |
pip install -r requirements.txt
cd tools/create_bitstreams
python create_bitstreams.py
python3 create_bitstreams.py

0 comments on commit 785e705

Please sign in to comment.