Skip to content

Commit

Permalink
Update build-wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jblindsay committed May 17, 2024
1 parent 65aaaf0 commit 39f03c8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,12 @@ jobs:
matrix:
# os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-20.04, windows-latest, macos-12, macOS-latest]
python-version: ['3.8']
python-version: ['3.11']

steps:
- name: Check out code
uses: actions/checkout@v4

# # Install Rust and Cargo
# - name: Install Rust
# uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: stable
# override: true

# Install Rust and Cargo
- name: Install Rust
uses: dtolnay/rust-toolchain@stable

Expand Down

0 comments on commit 39f03c8

Please sign in to comment.