pytest setup a github workflow to run tests + more ignores

This commit is contained in:
2025-11-04 19:23:10 +01:00
parent dab95c6d63
commit 5a2064c061
2 changed files with 2 additions and 3 deletions

View File

@@ -15,7 +15,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5

4
.gitignore vendored
View File

@@ -1,5 +1,5 @@
**/.env
**/.venv
**/.virtual_documents/
**/__pycache__/
**/__pycache__
**/.ipynb_checkpoints/
**/.virtual_documents/