Skip to content

Commit

Permalink
fix: ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Nov 4, 2024
1 parent b2e7151 commit aba9bff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install poetry
python -m poetry install
- name: Run tests with code coverage
run: |
pytest
poetry run pytest

0 comments on commit aba9bff

Please sign in to comment.