Skip to content

Commit

Permalink
Update Documentation.yml to set PYTHON environment variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus authored Apr 1, 2020
1 parent 002c9ff commit 7d1ec24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: 1.3
- name: set environment variables
uses: allenevans/[email protected]
with:
PYTHON: ''
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy Documentation
Expand Down

0 comments on commit 7d1ec24

Please sign in to comment.