Skip to content

Commit 79b173f

Browse files
author
Christopher Doris
committed
test on a compatible julia
1 parent 956865e commit 79b173f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
uses: actions/setup-python@v4
6464
with:
6565
python-version: ${{ matrix.pyversion }}
66+
- name: Set up Julia 1.10.0
67+
uses: julia-actions/setup-julia@v1
68+
with:
69+
version: '1.10.0'
6670
- name: Install dependencies
6771
run: |
6872
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)