updated ci

This commit is contained in:
Alexander Karpov 2023-01-01 23:44:42 +03:00
parent 9dc1025e51
commit c2aa3b76c7
3 changed files with 197 additions and 1453 deletions

View File

@ -26,11 +26,15 @@ jobs:
- name: Checkout Code Repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: poetry
python-version: '3.11'
cache: 'poetry'
- run: poetry install
- name: Run pre-commit
uses: pre-commit/action@v2.0.3

View File

@ -5,7 +5,6 @@ set -o pipefail
set -o nounset
python manage.py makemigrations
python manage.py migrate auth
python manage.py migrate
python manage.py runserver_plus 0.0.0.0:8000

1637
poetry.lock generated

File diff suppressed because it is too large Load Diff