Skip to content

Commit

Permalink
Update CI to use 1.7.0 poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslinhares committed Jan 24, 2025
1 parent 213c61c commit 8c8909b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Initialize environment
run: |
pip install --upgrade pip poetry
pip install --upgrade pip poetry=1.7.0
poetry install
poetry run python contrib/gen_env.py
Expand Down

0 comments on commit 8c8909b

Please sign in to comment.