Skip to content

Commit b9aafe9

Browse files
author
Christopher Doris
committed
test on latest julia
1 parent b45ae9d commit b9aafe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ jobs:
6363
uses: actions/setup-python@v4
6464
with:
6565
python-version: ${{ matrix.pyversion }}
66-
- name: Set up Julia 1.10.0
66+
- name: Set up Julia
6767
uses: julia-actions/setup-julia@v1
6868
with:
69-
version: '1.10.0'
69+
version: '1'
7070
- name: Install dependencies
7171
run: |
7272
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)