Skip to content

Commit 5d19bff

Browse files
committed
Fix workflow
1 parent be48bfb commit 5d19bff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,16 @@ jobs:
2424
matrix:
2525
version:
2626
- '1.11'
27-
- '1.6'
27+
- '1.10'
2828
- 'pre'
2929
os:
3030
- ubuntu-latest
3131
arch:
3232
- x64
3333
steps:
34+
- name: Install matplotlib
35+
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; export PYTHON=$PYTHON_PATH; fi
36+
shell: bash
3437
- uses: actions/checkout@v4
3538
- uses: julia-actions/setup-julia@v2
3639
with:

0 commit comments

Comments
 (0)