Skip to content

Commit a7bc09f

Browse files
committed
install wq.db beta
1 parent f9050fa commit a7bc09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: python -m pip install celery redis
7272
- name: Install wq.db
7373
if: ${{ matrix.variant == 'wq.db' }}
74-
run: python -m pip install wq.db
74+
run: python -m pip install wq.db --pre
7575
- name: Install reversion
7676
if: ${{ matrix.variant == 'reversion' }}
7777
run: python -m pip install django-reversion

0 commit comments

Comments
 (0)