@@ -28,29 +28,29 @@ jobs:
2828 - name : Build release FW
2929 run : ${{ env.RUN }} "CERT=board/certs/debug RELEASE=1 scons"
3030
31- # test:
32- # name: ./test.sh
33- # runs-on: ${{ matrix.os }}
34- # strategy:
35- # fail-fast: false
36- # matrix:
37- # os: ['macos-latest', 'ubuntu-latest']
38- # timeout-minutes: 10
39- # steps:
40- # - uses: actions/checkout@v4
41- # - run: ./test.sh
31+ test :
32+ name : ./test.sh
33+ runs-on : ${{ matrix.os }}
34+ strategy :
35+ fail-fast : false
36+ matrix :
37+ os : ['macos-latest', 'ubuntu-latest']
38+ timeout-minutes : 10
39+ steps :
40+ - uses : actions/checkout@v4
41+ - run : ./test.sh
4242
43- # windows:
44- # name: windows pip package test
45- # runs-on: windows-latest
46- # timeout-minutes: 10
47- # steps:
48- # - uses: actions/checkout@v4
49- # - uses: actions/setup-python@v5
50- # with:
51- # python-version: "3.12"
52- # - uses: astral-sh/setup-uv@v5
53- # - name: Install package with uv
54- # run: uv pip install --system .
55- # - name: Verify importing panda
56- # run: python -c "from panda import Panda"
43+ windows :
44+ name : windows pip package test
45+ runs-on : windows-latest
46+ timeout-minutes : 10
47+ steps :
48+ - uses : actions/checkout@v4
49+ - uses : actions/setup-python@v5
50+ with :
51+ python-version : " 3.12"
52+ - uses : astral-sh/setup-uv@v5
53+ - name : Install package with uv
54+ run : uv pip install --system .
55+ - name : Verify importing panda
56+ run : python -c "from panda import Panda"
0 commit comments