We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc20d3 commit 95431ddCopy full SHA for 95431dd
.github/workflows/main.yml
@@ -43,7 +43,7 @@ jobs:
43
run: flake8 matplotlib_inline --ignore=E501,W504,W503
44
45
- name: Install ruff
46
- run: mamba install ruff
+ run: pip install ruff
47
48
- name: Check code with ruff
49
run: ruff check matplotlib_inline
0 commit comments