mirror of
https://github.com/actions/setup-python
synced 2025-04-05 23:09:44 +00:00
Fix ci for pipenv and reduce test matrix (#323)
This commit is contained in:
2
.github/workflows/test-python.yml
vendored
2
.github/workflows/test-python.yml
vendored
@ -97,7 +97,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-10.15, windows-latest, ubuntu-18.04, ubuntu-20.04]
|
||||
os: [macos-10.15, windows-2019, ubuntu-18.04, ubuntu-20.04]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
Reference in New Issue
Block a user