Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Feb 21, 2024
1 parent 1056d0d commit 2d64fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ jobs:
- name: Install Wheel
run: |
pip install dist_s3/*.whl
pip install pytest
pip install matplotlib
- name: Checkout code
uses: actions/checkout@v3
- name: Test Wheel
if: ${{ env.DEV == 'true' }}
run: |
pip install .[dev]
pip uninstall sparsezoo-nightly
pip list
make test
- name: Test Wheel, Extensive
Expand Down

0 comments on commit 2d64fcf

Please sign in to comment.