Skip to content

Commit 18be89b

Browse files
committed
fix CI
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
1 parent f78937e commit 18be89b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
3737
# Run unit tests only on Windows/MacOS, we can run the full test suite on Linux
3838
test-unit:
39-
name: Windows/MacOS unit tests
39+
name: Unit tests
4040
strategy:
4141
matrix:
4242
python-version: ["3.10", "3.11", "3.12", "3.13"]
4343
os:
44-
- linux-latest
44+
- ubuntu-latest
4545
- macos-latest
4646
- windows-latest
4747
runs-on: ${{ matrix.os }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ The INTERSECT-SDK MUST follow semantic versioning, and MUST update its semantic
2828
```bash
2929
uv venv .venv
3030
source .venv/bin/activate
31-
uv sync --locked --all-extras --dev
31+
uv sync --locked --all-extras --all-groups
3232
```

0 commit comments

Comments
 (0)