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.
2 parents 933d2f3 + 62e8e85 commit cf6a33bCopy full SHA for cf6a33b
1 file changed
.github/workflows/pr_check.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
python-version: ${{ matrix.python-version }}
23
- name: Install dependencies
24
- run: python -m pip install --upgrade "tox>=4.0.9,<5" build
+ run: python -m pip install --upgrade "tox>=4.0.9,<5" tox-gh-actions build
25
- name: Build to generate the version file
26
run: python3 -m build
27
- name: Test with Tox
0 commit comments