Skip to content

Update poetry.lock (django, ipdb, and 2 more) #62

Update poetry.lock (django, ipdb, and 2 more)

Update poetry.lock (django, ipdb, and 2 more) #62

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install poetry
./scripts/install
- name: Check formatting and test
run: |
./scripts/pre-commit