Skip to content

Commit

Permalink
sourcing .venv
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmilsonRodrigues committed Dec 30, 2024
1 parent 586e1e8 commit f961d73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
run: pipx install uv

- name: Install dependencies
run: uv sync --all-groups

run: |
uv sync --all-groups
source .venv/bin/activate
- name: Run lint and format
run: |
make format
Expand Down

0 comments on commit f961d73

Please sign in to comment.