Skip to content

Commit 78152cd

Browse files
committed
👷 fix: update workflow for tests. v6
Signed-off-by: Saif Ul Islam <saifulislam84210@gmail.com>
1 parent 0d9ea6d commit 78152cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
python-version: 3.9
2323
- name: Install dependencies
2424
run: |
25-
python -m pip install --upgrade pip && make setup-dev && pip install flake8 black pytest requests mercantile vt2geojson pandas pipenv
25+
python -m pip install --upgrade pip && make setup-dev && pip install flake8 black pytest requests mercantile vt2geojson pandas
2626
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2727
- name: Locally install branch's mapillary
2828
run: |
29-
make build && make local-install
29+
make build && pip3 install -e .
3030
- name: Formatting with black
3131
run: |
3232
make format

0 commit comments

Comments
 (0)