File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 8989 - " 3.12"
9090 - " 3.11"
9191 - " 3.10"
92+ django-tenants :
93+ - " 3.8.0"
94+ - " 3.9.0"
9295 name : Check migrations on Python ${{ matrix.py }}
9396
9497 steps :
@@ -103,6 +106,7 @@ jobs:
103106 - name : Install Deps
104107 run : |
105108 poetry install
109+ poetry run pip install django-tenants==${{ matrix.django-tenants }}
106110 - name : Run Initial Migrations
107111 run : |
108112 poetry run python tests/manage.py migrate_schemas >initial_output.txt 2>&1
@@ -146,7 +150,7 @@ jobs:
146150 if : always()
147151 uses : actions/upload-artifact@v4
148152 with :
149- name : migration-test-outputs-py${{ matrix.py }}
153+ name : migration-test-outputs-py${{ matrix.py }}-dt${{ matrix.django-tenants }}
150154 path : |
151155 initial_output.txt
152156 create_output.txt
You can’t perform that action at this time.
0 commit comments