Skip to content

Commit

Permalink
[devOps] fiddling with installation
Browse files Browse the repository at this point in the history
  • Loading branch information
vidiecan authored Oct 15, 2024
1 parent 304e4f6 commit 2af22d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:

- name: install requirements and run smoketest
run: |
echo Installing requirements
python3 -m venv _gaenv && source _gaenv/bin/activate
python3 -m pip install -q -r requirements.txt
python3 -m pip install -q -r libs/dspace-rest-python/requirements.txt
python3 -m pip install -r libs/dspace-rest-python/requirements.txt
python3 -m pip install -r requirements.txt
cd ./src
python repo_import.py --help

0 comments on commit 2af22d2

Please sign in to comment.