Skip to content

Commit

Permalink
[ci] Fixed build: pin Django to 4.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 20, 2024
1 parent 21ca02c commit 80313c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
pip install -U pip setuptools wheel
pip install -U -e ".[saml]"
pip install -U -r requirements-test.txt
pip install -U "Django~=4.2.15"
./tests/manage.py migrate
- name: Creating configuration of organization (supports mobile verification)
Expand Down
1 change: 0 additions & 1 deletion requirements-tests.txt

This file was deleted.

0 comments on commit 80313c2

Please sign in to comment.