We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a2a77 commit 054fbadCopy full SHA for 054fbad
.github/workflows/pytest.yml
@@ -42,6 +42,12 @@ jobs:
42
- name: Update environment
43
run: mamba env update -n test-environment -f continuous_integration/environment.yaml
44
if: steps.cache.outputs.cache-hit != 'true'
45
+
46
+ - name: Install mapgen
47
+ shell: bash -l {0}
48
+ run: |
49
+ python -m pip install --no-deps -e .
50
51
- name: Run Tests
52
shell: bash -l {0}
53
run: |
continuous_integration/environment.yaml
@@ -23,4 +23,5 @@ dependencies:
23
- pytest-timeout
24
- pytest
25
- pytest-cov
26
+ - WebTest
27
0 commit comments