File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed
Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -30,26 +30,13 @@ jobs:
3030 run : uv run mypy .
3131
3232 test :
33- strategy :
34- fail-fast : false
35- matrix :
36- os : [ubuntu-latest, macos-latest]
37-
38- name : Test (${{ matrix.os }})
39- runs-on : ${{ matrix.os }}
33+ name : Test
34+ runs-on : ubuntu-latest
4035
4136 steps :
4237 - uses : actions/checkout@v4
4338
4439 - uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
45- with :
46- version : ' 0.9.3'
47- enable-cache : false # we just cache the venv-dir directly in action-setup-venv
48-
49- - uses : getsentry/action-setup-venv@0958463ee0e02b9e8aa8f8e031afae1f84b80881 # v3.0.0
50- with :
51- cache-dependency-path : uv.lock
52- install-cmd : uv sync --all-packages --all-groups --frozen --active
5340
5441 - name : Run tests
55- run : pytest python-objectstore-client
42+ run : uv run pytest python-objectstore-client
You can’t perform that action at this time.
0 commit comments