Skip to content

Commit

Permalink
test user guide on 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Nov 22, 2023
1 parent 0c71896 commit 37c46f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
pytest -v --color yes --cov momepy --cov-append --cov-report term-missing --cov-report xml .
- name: Test user guide
if: contains(matrix.environment-file, '310-latest.yaml') && contains(matrix.os, 'ubuntu')
if: contains(matrix.environment-file, '312-latest.yaml') && contains(matrix.os, 'ubuntu')
run: |
ci/envs/test_user_guide.sh
Expand Down

0 comments on commit 37c46f2

Please sign in to comment.