Skip to content

Commit

Permalink
test on a compatible julia
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed Mar 14, 2024
1 parent 956865e commit 79b173f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.pyversion }}
- name: Set up Julia 1.10.0
uses: julia-actions/setup-julia@v1
with:
version: '1.10.0'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 79b173f

Please sign in to comment.