Skip to content

Commit c01e6aa

Browse files
committed
Remove tox test
1 parent 099aa49 commit c01e6aa

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,8 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
pip install wheel
32-
pip install tox tox-gh-actions
33-
34-
- name: Test with tox
35-
run: tox
36-
37-
- name: Check passthrough models
38-
run: python scripts/generate_passthrough_modules.py check
32+
33+
# TODO: add tests here
3934

4035
- name: Check if there is a parent commit
4136
id: check-parent-commit

0 commit comments

Comments
 (0)