Skip to content

Commit 159426b

Browse files
committed
Change name of pip CI job
1 parent 27d4b54 commit 159426b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
- run: pip install --no-index --find-links wheelhouse python_flint
9797
- run: python -m flint.test --verbose
9898

99-
test_pip_linux_vcs:
100-
name: Install from git checkout on Ubuntu
99+
test_pip_vcs_sdist:
100+
name: pip install ${{ matrix.target }} on ${{ matrix.python-version }}
101101
runs-on: ubuntu-22.04
102102
strategy:
103103
fail-fast: false

0 commit comments

Comments
 (0)