Skip to content

Commit

Permalink
uv action
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 6, 2024
1 parent 52dc499 commit 0f2da27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/itinerant_ruff_fixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ jobs:
python-version: [3.x]
runs-on: ubuntu-latest
steps:
- run: pip install --user auto-walrus codespell[toml] ruff
- run: echo "Testing ${{ github.event.inputs.repo }}..."
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v2
with:
enable-cache: true
- run: uv python install
- run: uv install auto-walrus codespell[toml] ruff
- run: python3 scripts/ruff_generate_baseline.py
- run: |
pushd scripts
Expand Down

0 comments on commit 0f2da27

Please sign in to comment.