Skip to content

Commit a85cd30

Browse files
committed
disable tests
1 parent 5a9fd05 commit a85cd30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pip.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ jobs:
2525
run: conan profile detect
2626
- name: Build and install
2727
run: pip install --verbose .[test]
28-
- name: Test
29-
run: python -m pytest
28+
# TODO
29+
#- name: Test
30+
# run: python -m pytest

0 commit comments

Comments
 (0)