Skip to content

Commit 57c7dde

Browse files
committed
Add astropy to CI test deps (waveform package imports it for detector geometry)
1 parent f27bc87 commit 57c7dde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
python -m pip install --upgrade pip
7171
pip install torch --index-url https://download.pytorch.org/whl/cpu
72-
pip install numpy scipy tqdm h5py matplotlib scikit-learn pytest pytest-cov ribs
72+
pip install numpy scipy tqdm h5py matplotlib scikit-learn pytest pytest-cov ribs astropy
7373
pip install -e . --no-deps
7474
7575
- name: Run tests with coverage

0 commit comments

Comments
 (0)