Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gaarutyunov committed Nov 14, 2023
1 parent cc96e27 commit afca41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: "Setup Python, Poetry and Dependencies"
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.10
poetry-version: 1.7.0
python-version: "3.10"
poetry-version: "1.7.0"
- name: Run tests
run: |
poetry run pytest
Expand Down

0 comments on commit afca41e

Please sign in to comment.