Skip to content

Commit

Permalink
disable connector tests within github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
m32 committed Aug 24, 2024
1 parent 2bd3f72 commit 6d1f768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: pip install -r requirements.txt || true
- run: pip install python-tds Sqlalchemy
- run: mypy --ignore-missing-imports . || true
- run: pytest || true
# - run: pytest || true
# - run: pytest --doctest-modules || true
# - run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
# - run: safety check

0 comments on commit 6d1f768

Please sign in to comment.