mirror of
https://github.com/actions/setup-python.git
synced 2025-07-20 09:48:20 +02:00
Update workflows
This commit is contained in:
parent
3bb7ea113e
commit
a605d6b930
2 changed files with 13 additions and 8 deletions
16
.github/workflows/workflow.yml
vendored
16
.github/workflows/workflow.yml
vendored
|
@ -68,19 +68,19 @@ jobs:
|
|||
- name: Verify 3.8
|
||||
run: python __tests__/verify-python.py 3.8
|
||||
|
||||
- name: Run with setup-python 3.7.4
|
||||
- name: Run with setup-python 3.7.5
|
||||
uses: ./
|
||||
with:
|
||||
python-version: 3.7.4
|
||||
- name: Verify 3.7.4
|
||||
run: python __tests__/verify-python.py 3.7.4
|
||||
python-version: 3.7.5
|
||||
- name: Verify 3.7.5
|
||||
run: python __tests__/verify-python.py 3.7.5
|
||||
|
||||
- name: Run with setup-python 3.6.2
|
||||
- name: Run with setup-python 3.6.7
|
||||
uses: ./
|
||||
with:
|
||||
python-version: 3.6.2
|
||||
- name: Verify 3.6.2
|
||||
run: python __tests__/verify-python.py 3.6.2
|
||||
python-version: 3.6.7
|
||||
- name: Verify 3.6.7
|
||||
run: python __tests__/verify-python.py 3.6.7
|
||||
|
||||
- name: Run with setup-python 3.8.1
|
||||
uses: ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue