summaryrefslogtreecommitdiff
path: root/.github/workflows/weekly.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/weekly.yml')
-rw-r--r--.github/workflows/weekly.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index fd974b9..207538a 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -37,4 +37,8 @@ jobs:
fi
- name: Test with pytest
run: |
- python -m pytest -v -s -l -W error::DeprecationWarning
+ if [ ${{ matrix.dependencies }} == "latest" ]; then
+ python -m pytest -v -s -l -W error::DeprecationWarning
+ else
+ python -m pytest -v -s -l
+ fi