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 8dad567 commit 56ba49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ jobs:
- if: runner.os == 'Linux'
name: (Linux) Install Python
run: |
sudo add-apt-repository ppa:deadsnakes/ppa -y &&
run: >
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 56ba49a

Please sign in to comment.