Skip to content

Commit

Permalink
Update dm-reverb-on-arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 28, 2025
1 parent a592075 commit 41d5e86
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dm-reverb-on-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pipx run pipenv update --clear
- run: cat Pipfile.lock
- run: |
pip install --upgrade pip
pip install pipenv
pipenv update --clear
cat Pipfile.lock

0 comments on commit 41d5e86

Please sign in to comment.