Skip to content

Commit

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

0 comments on commit 410b4eb

Please sign in to comment.