File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments