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,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 :
You can’t perform that action at this time.
0 commit comments