Skip to content

Commit

Permalink
Tweak sdist location
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Dec 9, 2024
1 parent 8202723 commit d3e40c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_windows_sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ jobs:
merge-multiple: true

- name: List Files
run: ls -R
run: |
pwd
ls -R
- name: Update pip
shell: bash -l {0}
Expand All @@ -79,4 +81,4 @@ jobs:
- name: Install from sdist
shell: bash -l {0}
run: python -m pip install euphonic-*.tar.gz
run: python -m pip install $(find . -name 'euphonic-*.tar.gz')

0 comments on commit d3e40c5

Please sign in to comment.