Skip to content

Commit 054fbad

Browse files
author
Trygve Aspenes
committed
add modules
1 parent 40a2a77 commit 054fbad

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/pytest.yml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
- name: Update environment
4343
run: mamba env update -n test-environment -f continuous_integration/environment.yaml
4444
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+
4551
- name: Run Tests
4652
shell: bash -l {0}
4753
run: |

continuous_integration/environment.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ dependencies:
2323
- pytest-timeout
2424
- pytest
2525
- pytest-cov
26+
- WebTest
2627

0 commit comments

Comments
 (0)