Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed Oct 7, 2020
2 parents 60f0459 + 0c3e596 commit 6044b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: julia-actions/setup-julia@latest
with:
version: 1.3
version: 1.5
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
with:
version: 1.5
- name: set environment variables
uses: allenevans/[email protected]
with:
PYTHON: ''
run: echo "PYTHON=''" >> $GITHUB_ENV
- 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 6044b87

Please sign in to comment.