Skip to content

Commit

Permalink
chore: allow latest version of poetry again (DEV-2245) #398
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Jun 6, 2023
1 parent 067e265 commit 3d646ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests-on-push.yml
Expand Up @@ -22,11 +22,8 @@ jobs:
submodules: recursive

- name: Install poetry
# the latest poetry (1.5.0) is not compatible with the latest poetry-exec-plugin (0.3.5)
# (see https://github.com/keattang/poetry-exec-plugin/issues/14).
# As long as poetry-exec-plugin isn't fixed, we have to use poetry 1.4.2.
run: |
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
curl -sSL https://install.python-poetry.org | python3 -
- name: Set up Python 3.9
uses: actions/setup-python@v4
Expand Down

0 comments on commit 3d646ad

Please sign in to comment.