Skip to content

Bump python-dotenv from 1.1.0 to 1.1.1 #82

Bump python-dotenv from 1.1.0 to 1.1.1

Bump python-dotenv from 1.1.0 to 1.1.1 #82

Workflow file for this run

name: Django Test
on:
push:
branches:
- '*'
pull_request:
branches:
- 'development'
jobs:
pre-commit:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: pip install -r requirements.txt
- run: python manage.py test