Skip to content

Commit be2c997

Browse files
committed
fix lock to prerelease in CI
1 parent a3e92be commit be2c997

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,12 @@ jobs:
331331
- name: Setup Just
332332
uses: extractions/setup-just@v3
333333
- name: Install Release Dependencies
334+
shell: bash
334335
run: |
335336
just setup ${{ steps.sp.outputs.python-path }}
336337
if [[ "${{ matrix.django-version }}" =~ (a|b|rc) ]]; then
337338
# prerelease, use exact version pin
338-
just test-lock Django==${{ matrix.django-version }}.0
339+
just test-lock Django==${{ matrix.django-version }}
339340
else
340341
# stable release, use compatible release specifier
341342
just test-lock Django~=${{ matrix.django-version }}.0

0 commit comments

Comments
 (0)