Skip to content

Commit

Permalink
fix: adding uv venv
Browse files Browse the repository at this point in the history
ivanleomk committed Nov 7, 2024

Verified

This commit was signed with the committer’s verified signature.
sergio-costas Sergio Costas
1 parent 928cee5 commit ae387db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
- name: Install the project
run: uv sync --all-extras
- name: activate virtual env
run: uv venv activate
run: uv venv
- name: Run tests
run: |
pytest tests/

0 comments on commit ae387db

Please sign in to comment.