Skip to content

Commit

Permalink
fix docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Sep 19, 2023
1 parent 68e4901 commit 83752f1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/deploy_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ jobs:

steps:
- name: Checkout master
uses: actions/checkout@v2

- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
uses: actions/checkout@v3

- uses: julia-actions/setup-julia@latest

Expand All @@ -33,6 +28,13 @@ jobs:
with:
python-version: 3.9

- name: Set julia python
run: |
PYTHON=$(which python3) julia -e 'using Pkg;Pkg.add("PyCall");Pkg.build("PyCall")'
- name: Build JUDI
uses: julia-actions/julia-buildpkg@latest

- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'

Expand Down

0 comments on commit 83752f1

Please sign in to comment.