We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a8e75 commit 909615bCopy full SHA for 909615b
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v2
17
- uses: julia-actions/setup-julia@v1
18
with:
19
- version: '1'
+ version: '1.7' # Keep in sync with .github/workflows/pkg-update.yml
20
- name: Install dependencies
21
run: julia --project -e 'using Pkg; Pkg.instantiate()'
22
- name: Build and deploy
.github/workflows/pkg-update.yml
@@ -12,7 +12,7 @@ jobs:
12
ssh-key: ${{ secrets.DOCUMENTER_KEY_NO_BASE64 }}
13
14
15
- version: '1' # Keep in sync with version that builds docs
+ version: '1.7' # Keep in sync with .github/workflows/ci.yml
- name: 'Pkg.update'
run: |
julia --project=. -e 'using Pkg; Pkg.update()'
0 commit comments