We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab2708 commit f45ca0dCopy full SHA for f45ca0d
.github/workflows/CI.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- os: [ ubuntu-latest, macos-latest ]
+ os: [ ubuntu-latest ]
21
runs-on: ${{ matrix.os }}
22
23
steps:
@@ -55,6 +55,9 @@ jobs:
55
with:
56
cache-dependency-glob: "**/pyproject.toml"
57
58
+ - name: 'Activate virtual environment'
59
+ run: . .venv/bin/activate
60
+
61
- name: Install dependencies
62
run: uv sync --locked --all-extras --dev
63
0 commit comments