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 d5601d5 commit f72170b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/dm-reverb-on-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,22 @@ jobs:
repository: cclauss/ml-compiler-opt
ref: lint-with-ruff
- run: grep ruff Pipfile
- run: grep ruff Pipfile.lock || true
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: |
pip install --upgrade pip
pip install pipenv
echo "1 -----"
# echo "1 -----"
pipenv lock
grep ruff Pipfile.lock || true
echo "2 -----"
pipenv lock --dev
grep ruff Pipfile.lock || true
echo "3 -----"
pipenv update --clear
grep ruff Pipfile.lock
echo "4 -----"
git diff || true
# echo "2 -----"
# pipenv lock --dev
# grep ruff Pipfile.lock || true
# echo "3 -----"
# pipenv update --clear
# grep ruff Pipfile.lock
# echo "4 -----"
cat Pipfile.lock

0 comments on commit f72170b

Please sign in to comment.