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 a3e92be commit be2c997Copy full SHA for be2c997
.github/workflows/test.yml
@@ -331,11 +331,12 @@ jobs:
331
- name: Setup Just
332
uses: extractions/setup-just@v3
333
- name: Install Release Dependencies
334
+ shell: bash
335
run: |
336
just setup ${{ steps.sp.outputs.python-path }}
337
if [[ "${{ matrix.django-version }}" =~ (a|b|rc) ]]; then
338
# prerelease, use exact version pin
- just test-lock Django==${{ matrix.django-version }}.0
339
+ just test-lock Django==${{ matrix.django-version }}
340
else
341
# stable release, use compatible release specifier
342
just test-lock Django~=${{ matrix.django-version }}.0
0 commit comments