Skip to content

Commit

Permalink
Merge pull request #113 from mossmann/rm-ci-option
Browse files Browse the repository at this point in the history
Remove py_ci installation option
  • Loading branch information
grvvy authored Nov 20, 2024
2 parents a49deb1 + 190b0b4 commit d7cb255
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 d7cb255

Please sign in to comment.