Skip to content

Commit

Permalink
ci: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 10, 2023
1 parent fa3e03d commit 197b57a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
django-version: ['Django>=3.2,<4', 'Django>=4.2,<5']
django-version: ['Django>=4.2,<5'] # 'Django>=3.2,<4',
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -16,6 +16,8 @@ jobs:
cache: pip
cache-dependency-path: setup.cfg
- run: pip install .[test] '${{ matrix.django-version }}' psycopg2-binary
- run: pwd
- run: ls
- env:
PORT: ${{ job.services.postgres.ports[5432] }}
run: django-admin migrate --settings settings --noinput
Expand Down

0 comments on commit 197b57a

Please sign in to comment.