Skip to content

Commit

Permalink
Update ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
vavrines committed Oct 19, 2024
1 parent 535965c commit 0b4769c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.10'
- '1.11'
# - 'nightly'
os:
- ubuntu-latest
Expand All @@ -32,9 +32,11 @@ jobs:
arch:
- x64
steps:
- run: |
pip3 install meshio scipy --user
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: python -m pip install --user --break-system-packages meshio scipy
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand Down

0 comments on commit 0b4769c

Please sign in to comment.