Skip to content

Commit 834cd68

Browse files
authored
Update tests.yml
1 parent 9bd7dd5 commit 834cd68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
key: ${{ runner.os }}-data-${{ github.run_number }}-${{ hashFiles('catalog.fits') }}
5959
restore-keys: |
6060
${{ runner.os }}-data
61-
- run: pip install jupyter matplotlib ducc0 pipx numpy
61+
- run: pip install jupyter pipx
62+
- run: pipx runpip install numpy matplotlib ducc0 healpy
6263
- run: pipx run jupyter execute examples/example.ipynb
6364

6465
build:

0 commit comments

Comments
 (0)