Skip to content

Commit

Permalink
change python and poetry version back
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Dec 13, 2024
1 parent 723e6e0 commit cd76769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: "Setup Python, Poetry and Dependencies"
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.9
poetry-version: 1.8.4
python-version: 3.8
poetry-version: 1.2.2

# update poetry lockfile
- name: "Update poetry lock file"
Expand Down

0 comments on commit cd76769

Please sign in to comment.