Skip to content

Commit 5d67922

Browse files
author
Andrew J Westlake
committed
disabled example extension modules test step in CI workflow
1 parent 56e2e00 commit 5d67922

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ jobs:
112112
run: |
113113
python -m pip install -U pip setuptools
114114
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
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
121121
env:
122122
RUST_BACKTRACE: 1
123123
RUSTFLAGS: "-D warnings"

0 commit comments

Comments
 (0)