Skip to content

Commit

Permalink
ci: setup pyenv
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed May 11, 2024
1 parent a378aea commit 8ee3401
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/observe_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,13 @@ jobs:
ref: 'observer'
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
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
- run: pipenv run python observe_sud.py
env:
Expand Down Expand Up @@ -109,6 +110,7 @@ jobs:
- 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
env:
Expand Down

0 comments on commit 8ee3401

Please sign in to comment.