Skip to content

Commit 1e57b21

Browse files
committed
Upgrade Django Crispy and Crispy Bootstrap 4
1 parent 491a827 commit 1e57b21

3 files changed

Lines changed: 23 additions & 12 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up Python 3.11
14+
- name: Set up Python 3.13
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: 3.11
18-
- name: Set up Chromedriver for e2e
19-
uses: nanasess/setup-chromedriver@v2
17+
python-version: 3.13
2018
- name: Install Dependencies
2119
run: |
22-
pip install pipenv
23-
pipenv install --dev
20+
pip install uv
21+
uv pip install --system -r pyproject.toml
2422
- name: Run Tests
2523
run: |
2624
python manage.py test

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies = [
1212
"Pillow==12.1.*",
1313
"gunicorn==25.1.*",
1414
"psycopg2==2.9.*",
15-
"django-crispy-forms==2.6.*",
1615
"whitenoise==6.12.*",
16+
"django-crispy-forms==2.6.*",
17+
"crispy-bootstrap4>=2026.2",
1718
]

uv.lock

Lines changed: 17 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)