Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixiong-tang committed Nov 24, 2023
1 parent 02e57e8 commit 6bea615
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 125 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/enscripten.yaml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/main.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
platform: [windows-latest, macos-latest, ubuntu-latest]
python-version: ["3.7", "3.11", "pypy-3.8"]
python-version: ["3.7", "3.11"]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
CIBW_ARCHS_MACOS: universal2
CIBW_ARCHS_WINDOWS: auto ARM64
CIBW_TEST_SKIP: "*macosx* *win* *aarch64 p312-*"
CIBW_ENVIRONMENT: "PIP_ONLY_BINARY=:all:"

- name: Verify clean directory
run: git diff --exit-code
Expand Down

0 comments on commit 6bea615

Please sign in to comment.