We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9fd05 commit a85cd30Copy full SHA for a85cd30
1 file changed
.github/workflows/pip.yaml
@@ -25,5 +25,6 @@ jobs:
25
run: conan profile detect
26
- name: Build and install
27
run: pip install --verbose .[test]
28
- - name: Test
29
- run: python -m pytest
+ # TODO
+ #- name: Test
30
+ # run: python -m pytest
0 commit comments