Skip to content

Commit

Permalink
Update static_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Feb 17, 2025
1 parent 5771f37 commit 0d4ac68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
mkdir python_local
tar -xzf cpython-3.12.9+20250212-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz -C python_local
./python_local/python/python -m pip install uv
./python_local/python/python -m uv pip install .
python_local/python/python -m pip install uv
python_local/python/python -m uv pip install .
- name: (mac14) Download correct python-build-standalone
if: matrix.os == 'macos-14'
Expand All @@ -42,8 +42,8 @@ jobs:
mkdir python_local
tar -xzf cpython-3.12.9+20250212-aarch64-apple-darwin-install_only_stripped.tar.gz -C python_local
./python_local/python/python -m pip install uv
./python_local/python/python -m uv pip install .
python_local/python/python -m pip install uv
python_local/python/python -m uv pip install .
- name: (win) Download correct python-build-standalone
if: runner.os == 'Windows'
Expand Down

0 comments on commit 0d4ac68

Please sign in to comment.