Skip to content

Commit 3167e13

Browse files
committed
Fix workflow syntax
1 parent 9905822 commit 3167e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- run: python -c 'import sympy; sympy.test(parallel=True)'
175175

176176
# For older Ubuntu we have to build Flint >= 3.0.0
177-
test_flint_versions:
177+
test_flint_releases:
178178
name: Test flint ${{ matrix.flint-tag }}
179179
runs-on: ubuntu-22.04
180180
strategy:
@@ -192,7 +192,7 @@ jobs:
192192
- run: python -m flint.test --verbose
193193

194194
# Test against flint main (with disabled version check)
195-
test_flint_versions:
195+
test_flint_main:
196196
name: Test flint ${{ matrix.flint-tag }}
197197
runs-on: ubuntu-22.04
198198
strategy:

0 commit comments

Comments
 (0)