Skip to content

Commit b592a34

Browse files
committed
test only on ubuntu-latest
1 parent 0bbe63b commit b592a34

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.github/workflows/ci-python.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)