Skip to content

Commit

Permalink
Merge pull request #195 from pierreluctg/patch-1
Browse files Browse the repository at this point in the history
Remove unneeded build steps
  • Loading branch information
christoph2 authored Jan 8, 2025
2 parents ba20c83 + 8c99229 commit 000f570
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@ jobs:
# cibw_archs: "aarch64"
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
components: rustfmt, clippy
- name: Setup Python3-Dev
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update -y
sudo apt-get upgrade -y
# sudo apt-get install -y python3-dev
- name: Build wheel
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit 000f570

Please sign in to comment.