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 be2c997 commit 384eb07Copy full SHA for 384eb07
.github/workflows/test.yml
@@ -334,7 +334,8 @@ jobs:
334
shell: bash
335
run: |
336
just setup ${{ steps.sp.outputs.python-path }}
337
- if [[ "${{ matrix.django-version }}" =~ (a|b|rc) ]]; then
+ DJANGO_VERSION="${{ matrix.django-version }}"
338
+ if [[ "$DJANGO_VERSION" =~ (a|b|rc) ]]; then
339
# prerelease, use exact version pin
340
just test-lock Django==${{ matrix.django-version }}
341
else
0 commit comments