|
|
|
@@ -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 |
|
|
|
|