Skip to content

Commit

Permalink
Remove output test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Jan 9, 2025
1 parent e8e1490 commit 5b26126
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
- name: Decompress sdist
if: "! startsWith(matrix.os, 'windows-')"
run: tar --strip-components=1 -xf dist/*.tar.gz

- name: Test
if: "! startsWith(matrix.os, 'windows-')"
run: pwd && find .
- name: Build wheel
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit 5b26126

Please sign in to comment.