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 f4fbdb8 commit c3ee8eaCopy full SHA for c3ee8ea
.github/workflows/build.yml
@@ -44,9 +44,9 @@ jobs:
44
- name: pre-commit checks
45
run: pre-commit run -a
46
- name: run tests
47
- run: py.test -v --capture=tee-sys --ignore=tests/test_examples_run.py --ignore=tests/test_optimizer.py --ignore=tests/test_schema.py tests
+ run: py.test -v --capture=tee-sys --ignore=tests/test_examples_run.py --ignore=tests/test_schema.py tests
48
if: matrix.python-version == '3.11'
49
50
- run: py.test -v --capture=tee-sys --ignore=tests/test_examples_run.py --ignore=tests/test_optimizer.py tests
+ run: py.test -v --capture=tee-sys --ignore=tests/test_examples_run.py tests
51
if: matrix.python-version != '3.11'
52
0 commit comments