Skip to content

Commit

Permalink
- fix windows ls issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Mar 4, 2025
1 parent a14f0a8 commit 605d29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
# Unzip into src/ so that testrunner can find the .so files
# when we ask it to load tests from that directory. This
# might also save some build time?
ls -l dist/*whl
ls -l dist/
unzip -n dist/*.whl -d src
# Use "--pre" here because dependencies with support for this future
# Python release may only be available as pre-releases
Expand All @@ -353,7 +353,7 @@ jobs:
# Unzip into src/ so that testrunner can find the .so files
# when we ask it to load tests from that directory. This
# might also save some build time?
ls -l dist/*whl
ls -l dist/
unzip -n dist/*.whl -d src
pip install -e .[test]
- name: Run tests with C extensions
Expand Down

0 comments on commit 605d29f

Please sign in to comment.