Skip to content

Commit

Permalink
try to fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
pnavaro committed Oct 14, 2024
1 parent dc37ee2 commit 862b874
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:

- name: Install PyCall
shell: bash -l {0}
env:
PYTHON: ""
run: |
julia -e ' using Pkg; Pkg.update() '
julia -e ' using Pkg; Pkg.add(["REPL", "PyCall"]); Pkg.build("PyCall")'
Expand Down
11 changes: 5 additions & 6 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,22 @@ channels:
- conda-forge
dependencies:
- python=3.9
- jupytext
- cython
- fortran-magic
- fftw
- gast
- imageio
- ipykernel
- ipywidgets
- llvmlite
- pyjulia
- jupytext
- jupyter-book
- matplotlib
- meson
- numba
- numpy
- pillow
- pyjulia
- pythran
- scipy
- seaborn
- tqdm
- fftw
- scipy
- jupyter-book

0 comments on commit 862b874

Please sign in to comment.