We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267e31a commit 7078dc9Copy full SHA for 7078dc9
1 file changed
.github/workflows/buildwheel.yml
@@ -137,17 +137,17 @@ jobs:
137
- run: python -m flint.test --verbose
138
139
test_flint_versions:
140
- name: pip install ${{ matrix.target }} on ${{ matrix.python-version }}
+ name: Test flint ${{ matrix.flinttag }}
141
runs-on: ubuntu-22.04
142
strategy:
143
fail-fast: false
144
matrix:
145
# minimum supported version and latest git
146
- flint: ['v3.0.0', 'main']
+ flinttag: ['v3.0.0', 'main']
147
steps:
148
- uses: actions/checkout@v3
149
- uses: actions/setup-python@v4
150
with:
151
python-version: 3.12
152
- - run: bin/pip_install_ubuntu.sh . ${{ matrix.flint }}
+ - run: bin/pip_install_ubuntu.sh . ${{ matrix.flinttag }}
153
0 commit comments