pyproject: suppress superfluous warning.
This commit is contained in:
parent
52842ee524
commit
b30c87fa3e
2 changed files with 8 additions and 0 deletions
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
|
|
@ -69,6 +69,8 @@ jobs:
|
|||
git fetch --tags https://github.com/amaranth-lang/amaranth.git
|
||||
- name: Set up PDM
|
||||
uses: pdm-project/setup-pdm@v4
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pdm install --dev
|
||||
|
|
@ -88,6 +90,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Set up PDM
|
||||
uses: pdm-project/setup-pdm@v4
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pdm install --dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue