Skip to content

Commit

Permalink
ci: don't install pip via get-pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed May 11, 2024
1 parent 9b316bb commit 8f8d0bc
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 @@ -79,7 +79,6 @@ jobs:
cache: 'pipenv'
- name: Install dependencies
run: |
curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
bash install.sh
pip install pyenv
pipenv install
Expand Down Expand Up @@ -109,7 +108,6 @@ jobs:
cache: 'pipenv'
- name: Install dependencies
run: |
curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
pip install pyenv
pipenv install
- run: pipenv run python observe_spi.py
Expand Down

0 comments on commit 8f8d0bc

Please sign in to comment.