We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13893e5 commit e668f6dCopy full SHA for e668f6d
.github/workflows/ci_pipeline.yml
@@ -26,6 +26,6 @@ jobs:
26
python -m pip install --upgrade pip
27
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28
29
- - name: Run tests
30
- run: |
31
- pytest # or replace with your testing command
+ # - name: Run tests
+ # run: |
+ # pytest # or replace with your testing command
0 commit comments