We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b899a1a commit 9bd7dd5Copy full SHA for 9bd7dd5
.github/workflows/tests.yml
@@ -58,7 +58,7 @@ jobs:
58
key: ${{ runner.os }}-data-${{ github.run_number }}-${{ hashFiles('catalog.fits') }}
59
restore-keys: |
60
${{ runner.os }}-data
61
- - run: pip install jupyter matplotlib ducc0 pipx
+ - run: pip install jupyter matplotlib ducc0 pipx numpy
62
- run: pipx run jupyter execute examples/example.ipynb
63
64
build:
0 commit comments