@@ -107,7 +107,7 @@ jobs:
107
107
run : |
108
108
just init ${{ steps.sp.outputs.python-path }}
109
109
just install-${{ matrix.psycopg-version }}
110
- just test-lock ${{ matrix.python-version }} Django~=${{ matrix.django-version }}.0
110
+ just test-lock Django~=${{ matrix.django-version }}.0
111
111
- name : Install Emacs
112
112
if : ${{ github.event.inputs.debug == 'true' }}
113
113
run : |
@@ -167,7 +167,7 @@ jobs:
167
167
run : |
168
168
just init ${{ steps.sp.outputs.python-path }}
169
169
just install
170
- just test-lock ${{ matrix.python-version }} Django~=${{ matrix.django-version }}.0
170
+ just test-lock Django~=${{ matrix.django-version }}.0
171
171
- name : Install Emacs
172
172
if : ${{ github.event.inputs.debug == 'true' }}
173
173
run : |
@@ -271,11 +271,11 @@ jobs:
271
271
run : |
272
272
just init ${{ steps.sp.outputs.python-path }}
273
273
just install-mysql
274
- just test-lock ${{ matrix.python-version }} Django~=${{ matrix.django-version }}.0
274
+ just test-lock Django~=${{ matrix.django-version }}.0
275
275
276
276
- name : Install mysqlclient if needed
277
277
if : ${{ matrix.mysqlclient-version != '' }}
278
- run : just test-lock ${{ matrix.python-version }} mysqlclient==${{ matrix.mysqlclient-version }}
278
+ run : just test-lock mysqlclient==${{ matrix.mysqlclient-version }}
279
279
- name : Run Unit Tests
280
280
run : |
281
281
just run ./manage.py makemigrations
@@ -373,11 +373,11 @@ jobs:
373
373
run : |
374
374
just init ${{ steps.sp.outputs.python-path }}
375
375
just install-mysql
376
- just test-lock ${{ matrix.python-version }} Django~=${{ matrix.django-version }}.0
376
+ just test-lock Django~=${{ matrix.django-version }}.0
377
377
378
378
- name : Install mysqlclient if needed
379
379
if : ${{ matrix.mysqlclient-version != '' }}
380
- run : just test-lock ${{ matrix.python-version }} mysqlclient==${{ matrix.mysqlclient-version }}
380
+ run : just test-lock mysqlclient==${{ matrix.mysqlclient-version }}
381
381
- name : Run Unit Tests
382
382
run : |
383
383
just run ./manage.py makemigrations
@@ -480,7 +480,7 @@ jobs:
480
480
run : |
481
481
just init ${{ steps.sp.outputs.python-path }}
482
482
just install-oracle
483
- just test-lock ${{ matrix.python-version }} Django~=${{ matrix.django-version }}.0
483
+ just test-lock Django~=${{ matrix.django-version }}.0
484
484
- name : Run Full Unit Tests
485
485
run : |
486
486
just run ./manage.py makemigrations
0 commit comments