Skip to content

Commit b3e9247

Browse files
committed
ci: try installing after
1 parent 659ee78 commit b3e9247

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ jobs:
9191
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9292
with:
9393
persist-credentials: false
94+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
95+
with:
96+
python-version-file: '.python-version'
97+
- run: pipx install poetry~=2.0
9498
- # Workaround (hopefully temporary) issue with Poetry and virtualenv:
9599
# - https://github.com/pypa/virtualenv/issues/2931
96100
# - https://github.com/python-poetry/poetry/issues/10490
97101
# - https://github.com/actions/setup-python/issues/1167
98102
run: pip install virtualenv==20.32
99-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
100-
with:
101-
python-version-file: '.python-version'
102-
- run: pipx install poetry~=2.0
103103
- run: poetry install
104104
- run: poetry run scripts/validate_advisories.py
105105
prettier:

0 commit comments

Comments
 (0)