Skip to content

Commit

Permalink
Update test data dir just for github's testing of the branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlarson committed Nov 3, 2024
1 parent ac493ea commit 01b03b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python3 -m pip install nuflux
fi
- name: Download Test Data
run: curl -u icecube:${{secrets.ICECUBE_PASSWORD}} https://convey.icecube.wisc.edu/data/user/kmeagher/simweights_testdata.tar.gz | tar xz
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
env:
SIMWEIGHTS_TESTDATA: .
Expand Down

0 comments on commit 01b03b8

Please sign in to comment.