Skip to content

Commit

Permalink
add venv to github
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 25, 2024
1 parent 5a9266a commit 32d7e9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: 🛠️ Install development tools and dependencies
run: uv sync --dev
run: |
uv sync --dev
echo "$PWD/.venv/bin" >> $GITHUB_PATH
- name: 🐜 Check source code lint rules
uses: astral-sh/ruff-action@v1
id: lint
Expand Down

0 comments on commit 32d7e9d

Please sign in to comment.