Skip to content

Commit 0d9ea6d

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 3 additions & 3 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
25+
python -m pip install --upgrade pip && make setup-dev && pip install flake8 black pytest requests mercantile vt2geojson pandas pipenv
2626
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2727
- name: Locally install branch's mapillary
2828
run: |
29-
make build
29+
make build && make local-install
3030
- name: Formatting with black
3131
run: |
3232
make format
@@ -35,4 +35,4 @@ jobs:
3535
make lint
3636
- name: Test with pytest
3737
run: |
38-
pip freeze && make local-install && pip freeze && make test
38+
pipenv shell && make test

0 commit comments

Comments
 (0)