Skip to content

Commit

Permalink
reduce amount of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jvllmr committed May 26, 2024
1 parent cc41a1f commit 3fc1398
Show file tree
Hide file tree
Showing 7 changed files with 407 additions and 514 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
fail-fast: true
steps:
- uses: actions/checkout@v4
- name: Setup PDM
Expand Down
115 changes: 1 addition & 114 deletions pdm.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ dev = [
"mypy>=1.7.1",
"ruff>=0.1.8",
"pytest>=7.4.3",
"pytest-cov>=5.0.0",
"isort>=5.13.1",
"pycln>=2.4.0",
"pyaphid>=0.3.1",
Expand Down
Loading

0 comments on commit 3fc1398

Please sign in to comment.