Skip to content

Commit 5dccc3c

Browse files
authored
Merge pull request #6 from QualiSystemsLab/class-refactor
Class refactor
2 parents 1a6a5d4 + e4042f6 commit 5dccc3c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/lint-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint and Test
1+
name: Pre-commit Lint
22

33
on:
44
pull_request:
@@ -22,6 +22,7 @@ jobs:
2222
pip install .
2323
- name: run pre-commit linters and formatters
2424
uses: pre-commit/action@v2.0.3
25-
- name: run pytest tests
26-
run: python -m pytest --import-mode=append tests/ --cov
25+
# pytest runs integration tests with dependency on Quali Server Instance - run them locally
26+
# - name: run pytest tests
27+
# run: python -m pytest --import-mode=append tests/ --cov
2728

0 commit comments

Comments
 (0)