Skip to content

Commit 748cbed

Browse files
authored
fix CI on ubuntu (#549)
* fix CI on ubuntu * whoops * run command needs to return true * better * typo * make sure we run in bash
1 parent b5f4d36 commit 748cbed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
arch:
2424
- x64
2525
steps:
26+
- name: Install matplotlib
27+
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
28+
shell: bash
2629
- uses: actions/checkout@v2
2730
- uses: julia-actions/setup-julia@v1
2831
with:

0 commit comments

Comments
 (0)