Skip to content

Commit

Permalink
Revert "ci: also test building libskia from source"
Browse files Browse the repository at this point in the history
This reverts commit 0a386ca.
  • Loading branch information
anthrotype committed Feb 9, 2021
1 parent 0a386ca commit a66d993
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a66d993

Please sign in to comment.