We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552e7cf commit aff71dbCopy full SHA for aff71db
.github/workflows/pytest.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Install mapgen
47
shell: bash -l {0}
48
run: |
49
- python -m pip install --no-deps -e .:
+ python -m pip install --no-deps -e .;
50
pwd;
51
ls -al;
52
ls -al tests/data;
0 commit comments