From a66d993933eaa5e6723876c30683ac366390cb11 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 9 Feb 2021 15:31:23 +0000 Subject: [PATCH] Revert "ci: also test building libskia from source" This reverts commit 0a386ca1007ec1203342f5879a3df98c7418f423. --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8de6db..e2e62f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,6 @@ jobs: python-version: [3.6, 3.7, 3.8, 3.9] os: [ubuntu-latest, macos-latest] platform: [x64] - build-skia-from-source: [1, 0] env: REPO_DIR: "." PLAT: "x86_64" @@ -29,7 +28,7 @@ jobs: TEST_DEPENDS: "tox" MB_PYTHON_VERSION: ${{ matrix.python-version }} TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }} - BUILD_SKIA_FROM_SOURCE: ${{ matrix.build-skia-from-source }} + BUILD_SKIA_FROM_SOURCE: 0 SKIA_LIBRARY_DIR: "build/download" steps: @@ -73,7 +72,7 @@ jobs: install_run $PLAT - uses: actions/upload-artifact@v2 with: - name: skia_pathops-${{ env.TRAVIS_OS_NAME }}-${{ matrix.python-version }}-${{ matrix.build-skia-from-source }} + name: skia_pathops-${{ env.TRAVIS_OS_NAME }}-${{ matrix.python-version }} path: wheelhouse/*.whl deploy: