Skip to content

Commit

Permalink
chore: Update release and tests workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 31, 2023
1 parent 5773c66 commit 8e4ab36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
os: [macos-latest]
# cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*"]
cibw_build: ["cp39-*"]
cibw_archs: ["arm64"]
cibw_archs: ["arm64", "x86_64"]

steps:
- name: Check out repository
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
- name: Install Nox
run: |
pipx install --pip-args=--constraint=.github/workflows/constraints.txt nox
pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox
nox --version
- name: Run Nox
Expand Down

0 comments on commit 8e4ab36

Please sign in to comment.