Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Aug 13, 2024
1 parent 295b622 commit 6246251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
apt-get update && apt-get install -y software-properties-common
add-apt-repository -y ppa:deadsnakes/ppa
apt-get update && apt-get install -y --no-install-recommends python3-pip python3.10 python3.1--dev python3.10-venv
apt-get update && apt-get install -y --no-install-recommends python3.10 python3.10-dev python3.10-venv
- name: Checkout source
uses: actions/checkout@v4
Expand Down

0 comments on commit 6246251

Please sign in to comment.