Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Yang committed Mar 23, 2021
1 parent 55d2b54 commit fd1e7a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches: [ master ]
pull_request:

jobs:
build:
strategy:
Expand All @@ -14,6 +15,8 @@ jobs:
- uses: actions/checkout@v2
- run: python3 -m pip install -U pip
- run: python3 -m pip cache dir
- run: python3 -m venv test-env

create-issue:
needs: build
if: always() && needs.build.result == 'failure'
Expand Down

0 comments on commit fd1e7a9

Please sign in to comment.