Move setup to pyproject (#2207)

* migrate packaging to pyproject

* fix

* mv

* lil more
This commit is contained in:
Adeeb Shihadeh
2025-05-19 19:24:49 -07:00
committed by GitHub
parent 2f47af4b2e
commit d7e5f8560f
8 changed files with 63 additions and 101 deletions

View File

@@ -45,7 +45,7 @@ jobs:
- name: Build Docker image
run: eval "$BUILD"
- name: Test python package installer
run: ${{ env.RUN }} "python3 setup.py install"
run: ${{ env.RUN }} "pip install --break-system-packages .[dev]"
- name: Build panda images and bootstub
run: ${{ env.RUN }} "scons -j4"
- name: Build panda with SPI support