We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281b5d4 commit bd7b5c6Copy full SHA for bd7b5c6
.github/workflows/test_and_publish.yml
@@ -42,7 +42,8 @@ jobs:
42
- linux: py311-test-mpl36
43
- linux: py311-test-mpl37
44
# Test different versions of pytest
45
- - linux: py312-test-mpldev-pytestdev
+ # Skip pytestdev until hook wrapper issue is fixed
46
+ # - linux: py312-test-mpldev-pytestdev
47
- linux: py39-test-mpl33-pytest62
48
- linux: py38-test-mpl31-pytest54
49
coverage: 'codecov'
0 commit comments