Skip to content

Commit

Permalink
Fixing artifacts download
Browse files Browse the repository at this point in the history
  • Loading branch information
djpugh committed May 1, 2023
1 parent 9eafaff commit 18d9b60
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18d9b60

Please sign in to comment.