File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,17 @@ jobs:
1111 - " 3.8"
1212 steps :
1313 - uses : actions/checkout@v4
14+ with :
15+ submodules : recursive
1416
1517 - name : Install uv
1618 uses : astral-sh/setup-uv@v5
1719 with :
1820 python-version : ${{ matrix.python-version }}
1921
2022 - name : Install the project
21- run : uv sync --only-group=dev
23+ run : |
24+ uv sync --only-group=dev
2225
2326 - name : Run static analysis
2427 run : make static-analysis
Original file line number Diff line number Diff line change 1010 name : publish documentation
1111 steps :
1212 - uses : actions/checkout@v4
13+ with :
14+ submodules : recursive
15+
1316 - name : Install uv
1417 uses : astral-sh/setup-uv@v5
1518 with :
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 name : basic install of compressai-vision (torch cpu)
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v4
1010 with :
1111 submodules : recursive
12+
1213 - name : Setup Python
1314 uses : actions/setup-python@v2
1415 with :
You can’t perform that action at this time.
0 commit comments