Skip to content

Commit

Permalink
Test action to PDM
Browse files Browse the repository at this point in the history
  • Loading branch information
Benyamin Ginzburg committed Oct 20, 2023
1 parent 7a26662 commit 82cb73b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.11'
- name: Install requirements
run: pdm install -G :all
run: pdm install --dev

- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ readme = "README.md"
license = {text = "GPL-3.0"}


[project.group.dev.dependencies]
[tool.pdm.dev-dependencies]
pytest = "7.3.0"
httpx = "0.24.0"
coverage = "7.2.3"
Expand Down

0 comments on commit 82cb73b

Please sign in to comment.