Skip to content

Commit 95431dd

Browse files
committed
dont use mamba
1 parent 9cc20d3 commit 95431dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: flake8 matplotlib_inline --ignore=E501,W504,W503
4444

4545
- name: Install ruff
46-
run: mamba install ruff
46+
run: pip install ruff
4747

4848
- name: Check code with ruff
4949
run: ruff check matplotlib_inline

0 commit comments

Comments
 (0)