Skip to content

Commit 862b874

Browse files
committed
try to fix github action
1 parent dc37ee2 commit 862b874

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/book.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424

2525
- name: Install PyCall
2626
shell: bash -l {0}
27+
env:
28+
PYTHON: ""
2729
run: |
2830
julia -e ' using Pkg; Pkg.update() '
2931
julia -e ' using Pkg; Pkg.add(["REPL", "PyCall"]); Pkg.build("PyCall")'

environment.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,22 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3.9
6-
- jupytext
76
- cython
87
- fortran-magic
8+
- fftw
99
- gast
1010
- imageio
1111
- ipykernel
1212
- ipywidgets
13-
- llvmlite
14-
- pyjulia
13+
- jupytext
14+
- jupyter-book
1515
- matplotlib
1616
- meson
1717
- numba
1818
- numpy
1919
- pillow
20+
- pyjulia
2021
- pythran
22+
- scipy
2123
- seaborn
2224
- tqdm
23-
- fftw
24-
- scipy
25-
- jupyter-book

0 commit comments

Comments
 (0)