Skip to content

Commit

Permalink
ci: pipenv shall be installed explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed May 11, 2024
1 parent 410b4eb commit d618d49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/observe_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- name: Install dependencies
run: |
bash install.sh
pip install pipenv --user
pipenv install
- run: pipenv run python observe_sud.py
env:
Expand Down Expand Up @@ -107,6 +108,7 @@ jobs:
cache: 'pipenv'
- name: Install dependencies
run: |
pip install pipenv --user
pipenv install
- run: pipenv run python observe_spi.py
env:
Expand Down

0 comments on commit d618d49

Please sign in to comment.