Skip to content

Commit 1447adb

Browse files
committed
Use Julia 1.6 in publish.yml
1 parent f85c016 commit 1447adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Julia
4848
uses: julia-actions/setup-julia@v1
4949
with:
50-
version: ^1.5.0-rc1
50+
version: '1.6'
5151
- name: Install tox
5252
run: python -m pip install --user tox
5353
- run: cd ci/test-upload && python -m tox

0 commit comments

Comments
 (0)