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.
2 parents 1a6a5d4 + e4042f6 commit 5dccc3cCopy full SHA for 5dccc3c
.github/workflows/lint-test.yml
@@ -1,4 +1,4 @@
1
-name: Lint and Test
+name: Pre-commit Lint
2
3
on:
4
pull_request:
@@ -22,6 +22,7 @@ jobs:
22
pip install .
23
- name: run pre-commit linters and formatters
24
uses: pre-commit/action@v2.0.3
25
- - name: run pytest tests
26
- run: python -m pytest --import-mode=append tests/ --cov
+ # pytest runs integration tests with dependency on Quali Server Instance - run them locally
+# - name: run pytest tests
27
+# run: python -m pytest --import-mode=append tests/ --cov
28
0 commit comments