mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 00:53:46 +00:00
fix check failures on older versions
This commit is contained in:
parent
849ce895af
commit
4e9a9d3ee8
2 changed files with 18 additions and 25 deletions
4
.github/workflows/test-python.yml
vendored
4
.github/workflows/test-python.yml
vendored
|
@ -251,11 +251,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: setup-python 3.9.0-beta.4
|
||||
- name: setup-python 3.11.0-beta.4
|
||||
id: setup-python
|
||||
uses: ./
|
||||
with:
|
||||
python-version: '3.9.0-beta.4'
|
||||
python-version: '3.11.0-beta.4'
|
||||
|
||||
- name: Check python-path
|
||||
run: ./__tests__/check-python-path.sh '${{ steps.setup-python.outputs.python-path }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue