Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
kalle264 committed Dec 8, 2024
1 parent f7b409b commit 0eee430
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,5 @@ jobs:
- name: pre-commit, mypy & pylint
run: |
pre-commit run --all-files
mypy ./field_friend --non-interactive
# pylint ./field_friend
pytest:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
- run: pip install -e . -r requirements-dev.txt
- name: run pytests
env:
PYTHONPATH: ${{ github.workspace }}
run: pytest
mypy ./stl_storage --non-interactive
# pylint ./stl_storage

0 comments on commit 0eee430

Please sign in to comment.