Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Update test-suite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kuutsav authored Jun 9, 2024
1 parent a62068b commit 3086eac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
pip install poetry
- name: Install dependencies
run: poetry install
run: |
poetry lock --no-update
poetry install
- name: Run tests
run: poetry run pytest --cov=leetcomp

0 comments on commit 3086eac

Please sign in to comment.