@@ -107,7 +107,7 @@ jobs:
107107 run : |
108108 just init ${{ steps.sp.outputs.python-path }}
109109 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
111111 - name : Install Emacs
112112 if : ${{ github.event.inputs.debug == 'true' }}
113113 run : |
@@ -167,7 +167,7 @@ jobs:
167167 run : |
168168 just init ${{ steps.sp.outputs.python-path }}
169169 just install
170- just test-lock ${{ matrix.python-version }} Django~=${{ matrix.django-version }}.0
170+ just test-lock Django~=${{ matrix.django-version }}.0
171171 - name : Install Emacs
172172 if : ${{ github.event.inputs.debug == 'true' }}
173173 run : |
@@ -271,11 +271,11 @@ jobs:
271271 run : |
272272 just init ${{ steps.sp.outputs.python-path }}
273273 just install-mysql
274- just test-lock ${{ matrix.python-version }} Django~=${{ matrix.django-version }}.0
274+ just test-lock Django~=${{ matrix.django-version }}.0
275275
276276 - name : Install mysqlclient if needed
277277 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 }}
279279 - name : Run Unit Tests
280280 run : |
281281 just run ./manage.py makemigrations
@@ -373,11 +373,11 @@ jobs:
373373 run : |
374374 just init ${{ steps.sp.outputs.python-path }}
375375 just install-mysql
376- just test-lock ${{ matrix.python-version }} Django~=${{ matrix.django-version }}.0
376+ just test-lock Django~=${{ matrix.django-version }}.0
377377
378378 - name : Install mysqlclient if needed
379379 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 }}
381381 - name : Run Unit Tests
382382 run : |
383383 just run ./manage.py makemigrations
@@ -480,7 +480,7 @@ jobs:
480480 run : |
481481 just init ${{ steps.sp.outputs.python-path }}
482482 just install-oracle
483- just test-lock ${{ matrix.python-version }} Django~=${{ matrix.django-version }}.0
483+ just test-lock Django~=${{ matrix.django-version }}.0
484484 - name : Run Full Unit Tests
485485 run : |
486486 just run ./manage.py makemigrations
0 commit comments