We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8feb657 commit 67cbb40Copy full SHA for 67cbb40
.github/workflows/python-package.yml
@@ -26,4 +26,4 @@ jobs:
26
python-version: ${{ matrix.python-version }}
27
- name: Test with pytest
28
run: |
29
- pytest
+ python ./CLI.py
0 commit comments