Skip to content

Commit a89429f

Browse files
committed
wip tests
1 parent d6efa91 commit a89429f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
matrix:
1010
python-version: [ '3.8', '3.9', '3.10', '3.11']
1111
# Removed testing of myst-parser-version<0.18.0
12-
myst-parser-version: [ '>=0.18.0,<0.19', '>=0.19.0,<1.0', '>=1.0.0,<2', '>=2.0.0,<3']
12+
myst-parser-version: [ '>=0.18.0,<0.19', '>=0.19.0,<1.0', '>=1.0.0,<2', '>=2.0.0,<3', '>3.0.0,<4', '>4']
1313
jsonref-version: [">1"]
14-
include:
15-
# jsonref 1.0 has a backwards incompatible change - make sure we test just once with an older version of jsonref
16-
- python-version: '3.11'
17-
jsonref-version: "==0.3"
18-
myst-parser-version: '>=0.18.0'
14+
# include:
15+
# # jsonref 1.0 has a backwards incompatible change - make sure we test just once with an older version of jsonref
16+
# - python-version: '3.11'
17+
# jsonref-version: "==0.3"
18+
# myst-parser-version: '>=0.18.0'
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Setup python

0 commit comments

Comments
 (0)