Skip to content

Commit

Permalink
Remove py_ci installation option
Browse files Browse the repository at this point in the history
This works around a pdm bug (#3271) and removes a "Provides-Extra"
listing on PyPI.
  • Loading branch information
mossmann committed Nov 19, 2024
1 parent a49deb1 commit 190b0b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ jobs:
- name: Install dependencies
run: |
pdm install -G :all
pdm add amaranth==0.4.1
pdm add luna-usb~=0.1
- name: Run tests
run: pdm run test
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ dependencies = [
]
dynamic = ["version"]

[project.optional-dependencies]
py_ci = [
"amaranth==0.4.1",
"luna-usb~=0.1",
]

[project.urls]
repository = "https://github.com/greatscottgadgets/apollo"
issues = "https://github.com/greatscottgadgets/apollo/issues"
Expand Down

0 comments on commit 190b0b4

Please sign in to comment.