Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
optk2k committed Dec 8, 2023
1 parent 122bcf6 commit 43fbb51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
- name: install dependencies
run: |
python -m pip install --upgrade pip
echo python -V
pipx install poetry
poetry install
poetry shell
echo python -V
- name: tests
run: pytest

Expand Down

0 comments on commit 43fbb51

Please sign in to comment.