Skip to content

Commit 18981b3

Browse files
committed
CI: run tests with pyproject-metadata 0.8.0rc1
1 parent c9d1c2d commit 18981b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ jobs:
115115
if: ${{ matrix.meson }}
116116

117117
- name: Install
118-
run: python -m pip install .[test]
118+
run: |
119+
python -m pip install pyproject-metadata==0.8.0rc1
120+
python -m pip install .[test]
119121
120122
- name: Run tests
121123
run: >-

0 commit comments

Comments
 (0)