Skip to content

Commit

Permalink
1501-enhance-PR-testing-workflow (#1502)
Browse files Browse the repository at this point in the history
* test new action for quick test; add temp tests

Signed-off-by: Wenqi Li <[email protected]>

* testing action

Signed-off-by: Wenqi Li <[email protected]>

* remove temp test

Signed-off-by: Wenqi Li <[email protected]>
  • Loading branch information
wyli authored Jan 26, 2021
1 parent a2da8a1 commit 8fef0e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
flake8-py3:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Jobs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
Expand Down Expand Up @@ -184,6 +188,10 @@ jobs:
options: --gpus all
runs-on: [self-hosted, linux, x64, common]
steps:
- name: Cancel Previous Self-hosted Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- name: apt install
run: |
Expand Down

0 comments on commit 8fef0e1

Please sign in to comment.