Skip to content

Commit

Permalink
Clean up pyproject and update libs as per dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Jan 11, 2024
1 parent dca0ef9 commit 58602ad
Show file tree
Hide file tree
Showing 4 changed files with 492 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.9, "3.10"]
runs-on: ubuntu-latest

steps:
Expand All @@ -35,7 +35,7 @@ jobs:
poetry run coverage run -m --source=src pytest tests
poetry run coverage xml
- name: Report coverage using codecov
if: github.event_name == 'push' && matrix.python-version == 3.8
if: github.event_name == 'push' && matrix.python-version == 3.9
uses: codecov/codecov-action@v3.1.4
with:
file: ./coverage.xml # optional
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,5 @@ dmypy.json
.pyre/

.vscode/
poetry.lock

.idea/
Loading

0 comments on commit 58602ad

Please sign in to comment.