Files
agnos-builder/.github/workflows/tests.yaml
T
Adeeb Shihadeh 52b83f9638 update python to 3.11.4 (#120)
* 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>
2023-07-05 17:40:34 -07:00

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'