diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index da993f7..60dc92b 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -204,9 +204,10 @@ jobs: - name: Download collated wheels uses: actions/download-artifact@v3 with: - path: wheels - - shell: bash - run: cp -u wheels/*.whl src/azure_devops_artifacts_helpers/wheels/ + name: wheels + path: src/azure_devops_artifacts_helpers/wheels/ + # - shell: bash + # run: cp -u wheels/*.whl src/azure_devops_artifacts_helpers/wheels/ - name: Setup Test Suite run: tox -e test-${{ matrix.tox_version }} -vv --notest - name: Run Test Suite