|
68 | 68 | uses: extractions/setup-just@v2
|
69 | 69 | - name: Install
|
70 | 70 | run: |
|
71 |
| - just init ${{ steps.setup-python.outputs.python-path }}python |
| 71 | + just init ${{ steps.setup_python.outputs.python-location }}/bin/python |
72 | 72 | just install
|
73 | 73 | just pin-dependency Django~=${{ matrix.django-version }}
|
74 | 74 | sudo apt remove powershell
|
@@ -121,7 +121,7 @@ jobs:
|
121 | 121 | uses: extractions/setup-just@v2
|
122 | 122 | - name: Install
|
123 | 123 | run: |
|
124 |
| - just init ${{ steps.setup-python.outputs.python-path }}python |
| 124 | + just init ${{ steps.setup_python.outputs.python-location }}/bin/python |
125 | 125 | just install
|
126 | 126 | just pin-dependency Django~=${{ matrix.django-version }}
|
127 | 127 | - name: Run Unit Tests
|
@@ -174,7 +174,7 @@ jobs:
|
174 | 174 | brew install just
|
175 | 175 | - name: Install
|
176 | 176 | run: |
|
177 |
| - just init ${{ steps.setup-python.outputs.python-path }}python |
| 177 | + just init ${{ steps.setup_python.outputs.python-location }}/bin/python |
178 | 178 | just install
|
179 | 179 | just pin-dependency Django~=${{ matrix.django-version }}
|
180 | 180 | - name: Run Unit Tests
|
@@ -244,7 +244,7 @@ jobs:
|
244 | 244 | uses: extractions/setup-just@v2
|
245 | 245 | - name: Install
|
246 | 246 | run: |
|
247 |
| - just init ${{ steps.setup-python.outputs.python-path }}python |
| 247 | + just init ${{ steps.setup_python.outputs.python-location }}/bin/python |
248 | 248 | just install --with psycopg3
|
249 | 249 | just pin-dependency Django~=${{ matrix.django-version }}
|
250 | 250 | - name: Run Unit Tests
|
@@ -294,7 +294,7 @@ jobs:
|
294 | 294 | uses: extractions/setup-just@v2
|
295 | 295 | - name: Install
|
296 | 296 | run: |
|
297 |
| - just init ${{ steps.setup-python.outputs.python-path }}python |
| 297 | + just init ${{ steps.setup_python.outputs.python-location }}/bin/python |
298 | 298 | just install
|
299 | 299 | just pin-dependency Django~=${{ matrix.django-version }}
|
300 | 300 | - name: Test Tab Completion
|
@@ -345,7 +345,7 @@ jobs:
|
345 | 345 | uses: extractions/setup-just@v2
|
346 | 346 | - name: Install
|
347 | 347 | run: |
|
348 |
| - just init ${{ steps.setup-python.outputs.python-path }}python |
| 348 | + just init ${{ steps.setup_python.outputs.python-location }}/bin/python |
349 | 349 | just install
|
350 | 350 | just pin-dependency Django~=${{ matrix.django-version }}
|
351 | 351 | - name: Install Fish shell
|
@@ -412,7 +412,7 @@ jobs:
|
412 | 412 | run: echo "SHELL=$(which zsh)" >> $GITHUB_ENV
|
413 | 413 | - name: Install
|
414 | 414 | run: |
|
415 |
| - just init ${{ steps.setup-python.outputs.python-path }}python |
| 415 | + just init ${{ steps.setup_python.outputs.python-location }}/bin/python |
416 | 416 | just install
|
417 | 417 | just pin-dependency Django~=${{ matrix.django-version }}
|
418 | 418 | - name: Run Unit Tests
|
@@ -466,7 +466,7 @@ jobs:
|
466 | 466 | brew install just
|
467 | 467 | - name: Install
|
468 | 468 | run: |
|
469 |
| - just init ${{ steps.setup-python.outputs.python-path }}python |
| 469 | + just init ${{ steps.setup_python.outputs.python-location }}/bin/python |
470 | 470 | just install
|
471 | 471 | just pin-dependency Django~=${{ matrix.django-version }}
|
472 | 472 | - name: Run Unit Tests
|
@@ -526,7 +526,7 @@ jobs:
|
526 | 526 | run: echo "SHELL=$(which fish)" >> $GITHUB_ENV
|
527 | 527 | - name: Install
|
528 | 528 | run: |
|
529 |
| - just init ${{ steps.setup-python.outputs.python-path }}python |
| 529 | + just init ${{ steps.setup_python.outputs.python-location }}/bin/python |
530 | 530 | just install
|
531 | 531 | just pin-dependency Django~=${{ matrix.django-version }}
|
532 | 532 | - name: Run Tab Completion Tests
|
@@ -581,7 +581,7 @@ jobs:
|
581 | 581 | uses: extractions/setup-just@v2
|
582 | 582 | - name: Install Release Dependencies
|
583 | 583 | run: |
|
584 |
| - just init ${{ steps.setup-python.outputs.python-path }}python |
| 584 | + just init ${{ steps.setup_python.outputs.python-location }}/bin/python |
585 | 585 | just install
|
586 | 586 | just pin-dependency Django~=${{ matrix.django-version }}
|
587 | 587 | shell: powershell
|
@@ -633,7 +633,7 @@ jobs:
|
633 | 633 | uses: extractions/setup-just@v2
|
634 | 634 | - name: Install Release Dependencies
|
635 | 635 | run: |
|
636 |
| - just init ${{ steps.setup-python.outputs.python-path }}python |
| 636 | + just init ${{ steps.setup_python.outputs.python-location }}/bin/python |
637 | 637 | just install
|
638 | 638 |
|
639 | 639 | - name: Get coverage files
|
|
0 commit comments