diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 16272607..0db5098b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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