Skip to content

Commit

Permalink
Update in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Shatterhand committed Feb 15, 2025
1 parent baa08f5 commit 8ae247d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
poetry-version: 1.1.12
- name: Install dependencies
run: |
poetry update --no-dev
rm poetry.lock
poetry install
poetry run python -m pip install pytest-cov
- name: Run tests
run: |
Expand Down

0 comments on commit 8ae247d

Please sign in to comment.