From c318ded0a66fdd7430f65fd4d14b12d4393ffb6d Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 9 Aug 2021 20:47:26 -0500 Subject: [PATCH] Make Julia version correct in docs CI --- .github/workflows/Documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index de11a95..096dec7 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -19,8 +19,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@latest - - run: sudo apt-get install xvfb -y with: version: '1.5' + - run: sudo apt-get install xvfb -y - run: xvfb-run --auto-servernum julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - run: xvfb-run --auto-servernum julia --project=docs/ docs/make.jl