Skip to content

Commit 1fe21dd

Browse files
committed
CI: Install unreleased "py" package for 3.11-dev
1 parent f13ad80 commit 1fe21dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
if: endsWith(matrix.python, '-dev')
4545
with:
4646
python-version: ${{ matrix.python }}
47+
- name: "Set up unreleased py package (refs: https://github.com/pytest-dev/py/issues/273)"
48+
run: pip install git+https://github.com/pytest-dev/py
49+
if: endsWith(matrix.python, '-dev')
4750
- name: Check Python version
4851
run: python --version
4952
- name: Install graphviz

0 commit comments

Comments
 (0)