Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update python-deps-windows test_dir paths
David Verdeguer committed Oct 6, 2020

Unverified

No user is associated with the committer email.
1 parent 74afd3c commit 2748e6c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/python-deps-windows.yml
@@ -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:

0 comments on commit 2748e6c

Please sign in to comment.