[Feature] Add support for python 3.13 and other migration related fixes (#1279)

This commit is contained in:
Deshraj Yadav
2024-02-21 13:04:03 -08:00
committed by GitHub
parent 2b2263acaa
commit f8f69eab03
8 changed files with 101 additions and 185 deletions

View File

@@ -39,7 +39,7 @@ jobs:
path: .venv
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
run: poetry install --all-extras
run: make install_all
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
- name: Lint with ruff
run: make lint