Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Darsstar committed Feb 6, 2024
1 parent 96c5885 commit 39e1fc1
Show file tree
Hide file tree
Showing 6 changed files with 308 additions and 294 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install
run: |
poetry install
poetry install --sync
- name: Show info
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install packages
run: |
poetry install
poetry install --sync --with testing
- name: Run tests with coverage
run: |
Expand Down
6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 39e1fc1

Please sign in to comment.