We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caeb43e commit b0f8c31Copy full SHA for b0f8c31
1 file changed
.github/workflows/ci.yml
@@ -12,12 +12,11 @@ on:
12
13
jobs:
14
ci:
15
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
16
strategy:
17
fail-fast: false
18
matrix:
19
python-version: ["3.12", "3.13", "3.14"]
20
- os: [ubuntu-latest, macOS-latest, windows-latest]
21
22
steps:
23
- name: Checkout Repository
@@ -41,8 +40,6 @@ jobs:
41
40
42
- name: Setup workspace
43
run: |
44
- # export UV_PROJECT_ENVIRONMENT="${pythonLocation}"
45
- # echo "UV_PROJECT_ENVIRONMENT=$UV_PROJECT_ENVIRONMENT" >> "$GITHUB_ENV"
46
make install
47
48
- name: Check python packages
0 commit comments