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 56e2e00 commit 5d67922Copy full SHA for 5d67922
.github/workflows/ci.yml
@@ -112,12 +112,12 @@ jobs:
112
run: |
113
python -m pip install -U pip setuptools
114
pip install setuptools-rust pytest pytest-benchmark tox tox-venv
115
- - name: Test example extension modules
116
- shell: bash
117
- run: |
118
- for example_dir in examples/*; do
119
- tox --discover $(which python) -c $example_dir -e py
120
- done
+ # - name: Test example extension modules
+ # shell: bash
+ # run: |
+ # for example_dir in examples/*; do
+ # tox --discover $(which python) -c $example_dir -e py
+ # done
121
env:
122
RUST_BACKTRACE: 1
123
RUSTFLAGS: "-D warnings"
0 commit comments