File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 69
69
git fetch --tags https://github.com/amaranth-lang/amaranth.git
70
70
- name : Set up PDM
71
71
uses : pdm-project/setup-pdm@v4
72
+ with :
73
+ python-version : ' 3.12'
72
74
- name : Install dependencies
73
75
run : |
74
76
pdm install --dev
88
90
uses : actions/checkout@v4
89
91
- name : Set up PDM
90
92
uses : pdm-project/setup-pdm@v4
93
+ with :
94
+ python-version : ' 3.12'
91
95
- name : Install dependencies
92
96
run : |
93
97
pdm install --dev
Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ amaranth-rpc = "amaranth.rpc:main"
39
39
requires = [" pdm-backend" ]
40
40
build-backend = " pdm.backend"
41
41
42
+ [tool .pdm ]
43
+ # Remove this once we no longer support Python 3.8.
44
+ ignore_package_warnings = [" sphinx*" ]
45
+
42
46
[tool .pdm .build ]
43
47
# If amaranth 0.3 is checked out with git (e.g. as a part of a persistent editable install or
44
48
# a git worktree cached by tools like poetry), it can have an empty `nmigen` directory left over,
You can’t perform that action at this time.
0 commit comments