We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d4b54 commit 159426bCopy full SHA for 159426b
1 file changed
.github/workflows/buildwheel.yml
@@ -96,8 +96,8 @@ jobs:
96
- run: pip install --no-index --find-links wheelhouse python_flint
97
- run: python -m flint.test --verbose
98
99
- test_pip_linux_vcs:
100
- name: Install from git checkout on Ubuntu
+ test_pip_vcs_sdist:
+ name: pip install ${{ matrix.target }} on ${{ matrix.python-version }}
101
runs-on: ubuntu-22.04
102
strategy:
103
fail-fast: false
0 commit comments