Skip to content

Commit

Permalink
Try system python again
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Sep 16, 2024
1 parent b16e60a commit 33827ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ defaults:
shell: "pwsh"
env:
UV_CACHE_DIR: ".cache/uv"
UV_SYSTEM_PYTHON: "true"
jobs:
sync:
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ defaults:
shell: "pwsh"
env:
UV_CACHE_DIR: ".cache/uv"
UV_SYSTEM_PYTHON: "true"
SYNC_PY_DISABLE_CI: True
jobs:
no-spaces-in-path:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/high.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ defaults:
shell: "pwsh"
env:
UV_CACHE_DIR: ".cache/uv"
UV_SYSTEM_PYTHON: "true"
SYNC_PY_HIGH: "true"
jobs:
sync:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
defaults:
run:
shell: "pwsh"
env:
UV_CACHE_DIR: ".cache/uv"
UV_SYSTEM_PYTHON: "true"
jobs:
release:
permissions:
Expand Down

0 comments on commit 33827ab

Please sign in to comment.