Skip to content

Commit 7718ff6

Browse files
committed
fix
1 parent c831f61 commit 7718ff6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424

2525
test:
2626

27-
name: Test with ${{ matrix.py }} on ${{ matrix.os }}
27+
name: Test with ${{ matrix.py }} on ${{ matrix.os }} - ${{ matrix.env }}
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
py: ['3.13', '3.12', '3.11', '3.10', '3.9']
32+
py: ['3.13', '3.12', '3.11']
3333
os: [ubuntu-latest]
3434
env: [test, dev]
3535
steps:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ description = Run tests on latest version of all dependencies.
4747
passenv = {[global_var]passenv}
4848
deps =
4949
marimo
50-
nilearn[plotly]
50+
nilearn[plotting]
5151
pytest
5252
commands =
5353
python notebooks/intro_to_marimo.py

0 commit comments

Comments
 (0)