Skip to content

Commit

Permalink
deploy.yml: windows no viz
Browse files Browse the repository at this point in the history
  • Loading branch information
wannesm committed Jun 13, 2024
1 parent f90dc67 commit 7fddc91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest pytest-benchmark pytest-env build cython
python -m pip install python-tk
python -m pip install numpy scipy matplotlib>=3.0.0
- name: Compile and install
run: |
Expand All @@ -265,7 +264,7 @@ jobs:
- name: Test with pytest
run: |
mv dtaidistance dtaidistance_pkg
pytest --ignore=venv --benchmark-skip
pytest --ignore=venv --benchmark-skip -c pytest-noviz.ini
mv dtaidistance_pkg dtaidistance
- name: Build
run: |
Expand Down
4 changes: 4 additions & 0 deletions pytest-noviz.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[pytest]
env =
DTAIDISTANCE_TESTWITHOUTVIZ=1

0 comments on commit 7fddc91

Please sign in to comment.