Skip to content

Commit 752073c

Browse files
authored
fix github actions syntax
1 parent 5d1b8d4 commit 752073c

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.github_project_name}}/.github/workflows

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: Install dev Matplotlib
4545
run: pip install git+https://github.com/matplotlib/matplotlib.git
4646

47-
- if: !(matrix.mpl-version=='latest')
47+
- if: matrix.mpl-version!='latest'
4848
name: Install matplotlib pinned
4949
run: pip install matplotlib~=${matrix.mpl-version}
5050

0 commit comments

Comments
 (0)