We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46d6ca commit 71fdb19Copy full SHA for 71fdb19
.github/workflows/tests+artifacts+pypi.yml
@@ -291,7 +291,7 @@ jobs:
291
with:
292
submodules: recursive
293
fetch-depth: 0 # https://github.com/pypa/setuptools_scm/issues/480
294
- - run: pip install -r tests/devops_tests/requirements.txt
+ - run: pip install -r tests/devops_tests/requirements.txt "flexparser<0.4"
295
- env:
296
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
297
run: pytest --durations=10 -v -s -We -p no:unraisableexception -k "not test_run_notebooks" tests/devops_tests
setup.py
@@ -72,6 +72,7 @@ def get_long_description():
72
else ""
73
),
74
"pyevtk" + ("==1.2.0" if CI else ""),
75
+ "flexparser<0.4",
76
],
77
extras_require={
78
"tests": [
0 commit comments