From 2c1399c03718bb6325c2f4d3f37e279384b7dc23 Mon Sep 17 00:00:00 2001 From: Michael Kraus Date: Wed, 7 Oct 2020 11:53:53 +0200 Subject: [PATCH 1/2] Update environment variables in Documenter.yml. --- .github/workflows/Documentation.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 8f94384..89356d9 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -16,9 +16,7 @@ jobs: with: version: 1.5 - name: set environment variables - uses: allenevans/set-env@v1.0.0 - 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 From 0c3e59603f5c4280653df05b3d3137440c10b706 Mon Sep 17 00:00:00 2001 From: Michael Kraus Date: Wed, 7 Oct 2020 11:55:04 +0200 Subject: [PATCH 2/2] Update CompatHelper.yml to use Julia v1.5. --- .github/workflows/CompatHelper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index dd821e6..c11ad7a 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -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()