Skip to content

Commit f45ca0d

Browse files
committed
remove macos for now and add activate venv step
1 parent bab2708 commit f45ca0d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ ubuntu-latest, macos-latest ]
20+
os: [ ubuntu-latest ]
2121
runs-on: ${{ matrix.os }}
2222

2323
steps:
@@ -55,6 +55,9 @@ jobs:
5555
with:
5656
cache-dependency-glob: "**/pyproject.toml"
5757

58+
- name: 'Activate virtual environment'
59+
run: . .venv/bin/activate
60+
5861
- name: Install dependencies
5962
run: uv sync --locked --all-extras --dev
6063

0 commit comments

Comments
 (0)