Skip to content

Commit

Permalink
Revert "upgrade interpreter version to 3.12 on linux runners"
Browse files Browse the repository at this point in the history
This reverts commit d174bbd.
  • Loading branch information
SoulMelody committed Oct 15, 2024
1 parent a47e1a9 commit 60927b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Build with pyinstaller
run: |
uv build --wheel
uv venv --python 3.12
uv venv --python 3.11
cd packaging
uv pip install -r requirements.txt
uv pip install ../dist/*.whl --no-deps
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
cd /libresvip
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.cargo/env
uv venv --python 3.12
uv venv --python 3.11
uv build --wheel
cd packaging
uv pip install -r requirements.txt
Expand Down

0 comments on commit 60927b5

Please sign in to comment.