Skip to content

Commit

Permalink
symlink models dir for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noskill committed Jul 22, 2024
1 parent 157ab8b commit 26dfdd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: symlink models directory
run: ln -s ../../../../models tests/models-full
- name: Test with pytest
env:
METAFUSION_MODELS_DIR: models-full
run: |
cd tests && python pipe_test.py
- name: Test worker
Expand Down

0 comments on commit 26dfdd9

Please sign in to comment.