Skip to content

Commit b0f8c31

Browse files
committed
remove os matrix and commented lines
1 parent caeb43e commit b0f8c31

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ on:
1212

1313
jobs:
1414
ci:
15-
runs-on: ${{ matrix.os }}
15+
runs-on: ubuntu-latest
1616
strategy:
1717
fail-fast: false
1818
matrix:
1919
python-version: ["3.12", "3.13", "3.14"]
20-
os: [ubuntu-latest, macOS-latest, windows-latest]
2120

2221
steps:
2322
- name: Checkout Repository
@@ -41,8 +40,6 @@ jobs:
4140

4241
- name: Setup workspace
4342
run: |
44-
# export UV_PROJECT_ENVIRONMENT="${pythonLocation}"
45-
# echo "UV_PROJECT_ENVIRONMENT=$UV_PROJECT_ENVIRONMENT" >> "$GITHUB_ENV"
4643
make install
4744
4845
- name: Check python packages

0 commit comments

Comments
 (0)