From 2748e6c5c13b6d4228b28721e0ae307df0b68f91 Mon Sep 17 00:00:00 2001 From: David Verdeguer Date: Tue, 6 Oct 2020 14:21:10 +0200 Subject: [PATCH] Update python-deps-windows test_dir paths --- .github/workflows/python-deps-windows.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/python-deps-windows.yml b/.github/workflows/python-deps-windows.yml index 1df21a52b..fd1b5034a 100644 --- a/.github/workflows/python-deps-windows.yml +++ b/.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: