We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df78c51 commit 90df3d7Copy full SHA for 90df3d7
1 file changed
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
python-version: ${{ matrix.python }}
22
- name: Install tox
23
- run: python -m pip install --upgrade pip setuptools_scm hatch
+ run: python -m pip install --upgrade pip setuptools_scm hatch hatch-vcs
24
- name: install package local
25
run: pip install --no-build-isolation .
26
0 commit comments