Skip to content

Commit

Permalink
update: ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Jan 20, 2024
1 parent 947b036 commit aae11c7
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
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: ⛴️ Install dependencies with Poetry
run: |
poetry config virtualenvs.create false
poetry install
poetry install --with dev
- name: 🧪 Test with pytest
run: |
poetry run pytest -m "not slow and not benchmark" -vv

0 comments on commit aae11c7

Please sign in to comment.