Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cheqianh committed Feb 13, 2024
1 parent 588bbd0 commit ab70ad4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ['3.10']
# os: [macOS-13-arm64, windows-latest, ubuntu-latest]
include:
- os: macos-latest
arch: x86_64
Expand All @@ -108,6 +106,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: '3.10'

- name: Set up pip and setuptools
run: |
pip3 install -U pip
Expand Down

0 comments on commit ab70ad4

Please sign in to comment.