Skip to content

Commit

Permalink
asdf dl
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 25, 2024
1 parent 8d9520b commit a3905e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_ver }}
# - name: Download sdist artifact
# uses: actions/download-artifact@v4
# with:
# name: sdist
# path: bld/sdist
- name: Download sdist artifact
uses: actions/download-artifact@v4
with:
name: sdist
path: bld/sdist
# - name: pytest (non-win)
# if: ${{ !startsWith(matrix.image, 'windows')
# run: |
Expand Down

0 comments on commit a3905e1

Please sign in to comment.