Update python-deps-windows test_dir paths
This commit is contained in:
parent
74afd3c373
commit
2748e6c5c1
1 changed files with 8 additions and 8 deletions
16
.github/workflows/python-deps-windows.yml
vendored
16
.github/workflows/python-deps-windows.yml
vendored
|
|
@ -13,24 +13,24 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- test_dir: examples/pipenv/requests-2
|
||||
- test_dir: python-setup/tests/pipenv/requests-2
|
||||
python_version: 2
|
||||
- test_dir: examples/pipenv/requests-3
|
||||
- test_dir: python-setup/tests/pipenv/requests-3
|
||||
python_version: 3
|
||||
|
||||
- test_dir: examples/poetry/requests-2
|
||||
- test_dir: python-setup/tests/poetry/requests-2
|
||||
python_version: 2
|
||||
- test_dir: examples/poetry/requests-3
|
||||
- test_dir: python-setup/tests/poetry/requests-3
|
||||
python_version: 3
|
||||
|
||||
- test_dir: examples/requirements/requests-2
|
||||
- test_dir: python-setup/tests/requirements/requests-2
|
||||
python_version: 2
|
||||
- test_dir: examples/requirements/requests-3
|
||||
- test_dir: python-setup/tests/requirements/requests-3
|
||||
python_version: 3
|
||||
|
||||
- test_dir: examples/setup_py/requests-2
|
||||
- test_dir: python-setup/tests/setup_py/requests-2
|
||||
python_version: 2
|
||||
- test_dir: examples/setup_py/requests-3
|
||||
- test_dir: python-setup/tests/setup_py/requests-3
|
||||
python_version: 3
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue