We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9905822 commit 3167e13Copy full SHA for 3167e13
.github/workflows/buildwheel.yml
@@ -174,7 +174,7 @@ jobs:
174
- run: python -c 'import sympy; sympy.test(parallel=True)'
175
176
# For older Ubuntu we have to build Flint >= 3.0.0
177
- test_flint_versions:
+ test_flint_releases:
178
name: Test flint ${{ matrix.flint-tag }}
179
runs-on: ubuntu-22.04
180
strategy:
@@ -192,7 +192,7 @@ jobs:
192
- run: python -m flint.test --verbose
193
194
# Test against flint main (with disabled version check)
195
+ test_flint_main:
196
197
198
0 commit comments