Skip to content

Commit 099bdcd

Browse files
committed
win test
1 parent afafbd1 commit 099bdcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest]
25-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
25+
python-version: ["3.10", "3.14"]
2626
include:
2727
#- os: macos-latest
2828
# python-version: "3.14"

tests/notebooks/config_InlineBackend.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"\n",
1717
"import matplotlib.pyplot as plt\n",
1818
"from matplotlib_inline.backend_inline import set_matplotlib_formats\n",
19-
"from traitlets.config import get_config"
19+
"#from traitlets.config import get_config"
2020
]
2121
},
2222
{

0 commit comments

Comments
 (0)