Skip to content

Commit

Permalink
better command
Browse files Browse the repository at this point in the history
  • Loading branch information
MajoBerger committed Mar 7, 2024
1 parent 363c724 commit 5be3fcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_bitstreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: dataquest-dev/dspace-python-api
ref: internal/fix-create_bitstreams

import-2:
if: inputs.INSTANCE == '2'
Expand All @@ -32,7 +33,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 Down

0 comments on commit 5be3fcb

Please sign in to comment.