Skip to content

Commit

Permalink
[devOps] testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vidiecan authored Oct 15, 2024
1 parent 2f505fc commit 349196b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ jobs:
with:
submodules: recursive

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

0 comments on commit 349196b

Please sign in to comment.