Skip to content

Commit 659ee78

Browse files
committed
ci: try installing first
1 parent b34ba6f commit 659ee78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ 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'
9794
- # Workaround (hopefully temporary) issue with Poetry and virtualenv:
9895
# - https://github.com/pypa/virtualenv/issues/2931
9996
# - https://github.com/python-poetry/poetry/issues/10490
10097
# - https://github.com/actions/setup-python/issues/1167
10198
run: pip install virtualenv==20.32
99+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
100+
with:
101+
python-version-file: '.python-version'
102102
- run: pipx install poetry~=2.0
103103
- run: poetry install
104104
- run: poetry run scripts/validate_advisories.py

0 commit comments

Comments
 (0)