Skip to content

Commit

Permalink
remove nuflux from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Nov 18, 2024
1 parent 3aa52d6 commit 99010cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
run: |
python3 -m pip install flit
python3 -m flit install --symlink --deps=production --extras=test
if [ "$RUNNER_OS" == "Linux" ]; then
python3 -m pip install nuflux
fi
- name: Download Test Data
run: curl -u icecube:${{secrets.ICECUBE_PASSWORD}} https://convey.icecube.wisc.edu/data/ana/Software/simweights/test-data/simweights_testdata.tar.gz | tar xz
- name: Run Tests
Expand Down

0 comments on commit 99010cc

Please sign in to comment.