Browse Source

Remove `macOS` from `runtime` distribution

tags/v0.1.1-test-6-python-runtime
haixuanTao 3 years ago
parent
commit
9ed73d2d4a
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      .github/workflows/pip-release.yml

+ 1
- 6
.github/workflows/pip-release.yml View File

@@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
fail-fast: false
runs-on: ${{ matrix.platform }}
@@ -27,11 +27,6 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get install -y libacl1-dev
- name: Install XCode (macOS)
if: runner.os == 'macOS'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: r7kamura/rust-problem-matchers@v1.1.0
# Publish Dora Node Python API


Loading…
Cancel
Save