Skip to content

Commit

Permalink
Pin poetry to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sip-21 committed Mar 2, 2024
1 parent 286c952 commit 81f60f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def prepare_env_poetry(p: Plugin, directory: Path) -> bool:
subprocess.check_call(['which', 'python3'])

subprocess.check_call([
pip3, 'install', '-U', *pip_opts, 'pip', 'wheel', 'poetry'
pip3, 'install', '-U', *pip_opts, 'pip', 'wheel', 'poetry==1.7.1'
], cwd=p.path.parent)

# Install pytest (eventually we'd want plugin authors to include
Expand Down

0 comments on commit 81f60f5

Please sign in to comment.