Skip to content

Commit

Permalink
rearrange build
Browse files Browse the repository at this point in the history
  • Loading branch information
MajoBerger authored Apr 16, 2024
1 parent 816c237 commit d57173a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create_bitstreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ jobs:

needs: checkout-codebase

if: github.event.inputs.INSTANCE == matrix.instance


runs-on: ${{ matrix.runner }}
env:
DSPACE_REST_API: http://dev-5.pc:8${{ matrix.instance }}/server/api/
steps:
- name: install requirements and run import
if: github.event.inputs.INSTANCE == matrix.instance
run: |
pip install -r requirements.txt
cd tests/integration
python3 create_bitstreams.py
python3 create_bitstreams.py

0 comments on commit d57173a

Please sign in to comment.