We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13ad80 commit 1fe21ddCopy full SHA for 1fe21dd
.github/workflows/main.yml
@@ -44,6 +44,9 @@ jobs:
44
if: endsWith(matrix.python, '-dev')
45
with:
46
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')
50
- name: Check Python version
51
run: python --version
52
- name: Install graphviz
0 commit comments