Skip to content

Commit

Permalink
docs build: Make PyCall manage its own Python distro
Browse files Browse the repository at this point in the history
Fixes #2
  • Loading branch information
cossio committed Dec 6, 2021
1 parent fdf69a0 commit 4f4c62d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
version: '1'
- name: Install dependencies
env:
PYTHON: ""
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
env:
Expand Down

0 comments on commit 4f4c62d

Please sign in to comment.