We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9ea6d commit 78152cdCopy full SHA for 78152cd
1 file changed
.github/workflows/pytest.yml
@@ -22,11 +22,11 @@ jobs:
22
python-version: 3.9
23
- name: Install dependencies
24
run: |
25
- python -m pip install --upgrade pip && make setup-dev && pip install flake8 black pytest requests mercantile vt2geojson pandas pipenv
+ python -m pip install --upgrade pip && make setup-dev && pip install flake8 black pytest requests mercantile vt2geojson pandas
26
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
27
- name: Locally install branch's mapillary
28
29
- make build && make local-install
+ make build && pip3 install -e .
30
- name: Formatting with black
31
32
make format
0 commit comments