Various CI fixes and cleanup (#8289)

This commit is contained in:
mehrdadn
2020-05-05 10:47:49 -07:00
committed by GitHub
parent 97430b2d0f
commit 4bdef78e2e
19 changed files with 364 additions and 246 deletions
+6 -1
View File
@@ -2,6 +2,12 @@ name: CI
on: [push, pull_request]
env:
# Git GITHUB_... variables are useful for translating Travis environment variables
GITHUB_BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
GITHUB_PULL_REQUEST: ${{ github.event.number }}
jobs:
build:
name: ${{ matrix.name }}
@@ -18,7 +24,6 @@ jobs:
- name: macos
os: macos-10.15
env:
GITHUB_PULL_REQUEST: ${{ github.event.number }}
PYTHON: 3.6
TRAVIS_BUILD_DIR: ${{ github.workspace }}
TRAVIS_COMMIT: ${{ github.sha }}