Skip to content

Commit 7078dc9

Browse files
committed
Rename CI job
1 parent 267e31a commit 7078dc9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,17 @@ jobs:
137137
- run: python -m flint.test --verbose
138138

139139
test_flint_versions:
140-
name: pip install ${{ matrix.target }} on ${{ matrix.python-version }}
140+
name: Test flint ${{ matrix.flinttag }}
141141
runs-on: ubuntu-22.04
142142
strategy:
143143
fail-fast: false
144144
matrix:
145145
# minimum supported version and latest git
146-
flint: ['v3.0.0', 'main']
146+
flinttag: ['v3.0.0', 'main']
147147
steps:
148148
- uses: actions/checkout@v3
149149
- uses: actions/setup-python@v4
150150
with:
151151
python-version: 3.12
152-
- run: bin/pip_install_ubuntu.sh . ${{ matrix.flint }}
152+
- run: bin/pip_install_ubuntu.sh . ${{ matrix.flinttag }}
153153
- run: python -m flint.test --verbose

0 commit comments

Comments
 (0)