8000 fix · chengzeyi/stable-fast@8dad567 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzeyi committed Feb 8, 2024
1 parent b226a50 commit 8dad567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- if: runner.os == 'Linux'
name: (Linux) Install Python
run: |
add-apt-repository ppa:deadsnakes/ppa -y &&
sudo add-apt-repository ppa:deadsnakes/ppa -y &&
apt update && apt install -y python${{ inputs.python }} python${{ inputs.python }}-dev python${{ inputs.python }}-venv &&
apt clean -y && apt autoremove -y
Expand Down

0 comments on commit 8dad567

Please sign in to comment.
0