Skip to content

Commit aff71db

Browse files
author
Trygve Aspenes
committed
check test data
1 parent 552e7cf commit aff71db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install mapgen
4747
shell: bash -l {0}
4848
run: |
49-
python -m pip install --no-deps -e .:
49+
python -m pip install --no-deps -e .;
5050
pwd;
5151
ls -al;
5252
ls -al tests/data;

0 commit comments

Comments
 (0)