Thanks to visit codestin.com Credit goes to github.com
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 a45ed8f commit 71765d1Copy full SHA for 71765d1
1 file changed
.github/workflows/tests.yml
@@ -190,8 +190,8 @@ jobs:
190
python -m pip install --upgrade pip setuptools wheel
191
192
# Install pre-release versions during our weekly upcoming dependency tests.
193
- if [[ "${{ github.event_name == 'schedule' && \
194
- matrix.name-suffix != '(Minimum Versions)' }}' ]]; then
+ if [[ "${{ github.event_name == 'schedule' &&
+ matrix.name-suffix != '(Minimum Versions)' }}" = "true" ]]; then
195
PRE="--pre"
196
fi
197
0 commit comments