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 21, 2023
1 parent 07dfd57 commit 5b099a8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 360 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
run: pdm install -G :all

- name: Run tests
run: |
Expand Down
357 changes: 0 additions & 357 deletions pdm.lock

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ readme = "README.md"
license = {text = "GPL-3.0"}


[project.optional-dependencies]
dev = [
[tool.pdm.dev-dependencies]
test = [
"pytest==7.3.0",
"httpx==0.24.0",
"coverage==7.2.3",
Expand Down
Empty file removed tests/__init__.py
Empty file.

0 comments on commit 5b099a8

Please sign in to comment.