Skip to content

Commit

Permalink
fix: add a step to activate the virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Nov 7, 2024
1 parent 3f8c6c6 commit 928cee5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
run: uv python install

- name: Install the project
run: uv sync --all-extras --dev
run: uv sync --all-extras
- name: activate virtual env
run: uv venv activate
- name: Run tests
run: |
pytest tests/

0 comments on commit 928cee5

Please sign in to comment.