Skip to content

Commit ef47f29

Browse files
committed
Use pipenv in test script
1 parent 5409c46 commit ef47f29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
make setup-dev
23+
pipenv shell
2324
- name: Locally install branch's mapillary
2425
run: |
2526
make build && make local-install

0 commit comments

Comments
 (0)