Skip to content

Commit

Permalink
install juliacall after installing julia
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Aug 30, 2023
1 parent 4c6ebd4 commit b4be3a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
poetry install --no-interaction
mamba install slepc4py=*=complex* -y
mamba install julia
pip install juliacall
pip install jupyter-book
pip install --upgrade jupytext
pip install sphinx=="5.3.0"
Expand All @@ -53,6 +52,9 @@ jobs:
version: '1.9.3'
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- name: Install dependencies
run: |
pip install juliacall
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit b4be3a7

Please sign in to comment.