mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-09 16:52:05 +08:00
52b83f9638
* 3.11.4
* pre-commit
* revert pycapnp
* revert pycapnp
* update pyqt
* try this
* unpin
* Revert "unpin"
This reverts commit d97316717d.
* comment
---------
Co-authored-by: Maxime Desroches <desroches.maxime@gmail.com>
18 lines
324 B
YAML
18 lines
324 B
YAML
name: tests
|
|
on:
|
|
push:
|
|
pull_request:
|
|
|
|
jobs:
|
|
precommit:
|
|
name: pre-commit
|
|
runs-on: ubuntu-20.04
|
|
timeout-minutes: 8
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: actions/setup-python@v4
|
|
with:
|
|
python-version: '3.11.4'
|
|
- run: 'pip install pre-commit'
|
|
- run: 'pre-commit run --all'
|