Skip to content

Commit

Permalink
ci: remove requirements.txt for now, enable ci on pull_request (#1934)
Browse files Browse the repository at this point in the history
* Comment out requirements.txt for now (tap2junit can be added once nodejs/admin#413 is resolved)
* also enable on: [push, pull_request]
  • Loading branch information
cclauss authored and rvagg committed Sep 30, 2019
1 parent 303e626 commit 6246333
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: on push
on: [push]
name: on push or pull_request
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
# pip install -r requirements.txt # TODO: Add tap2junit
- name: Lint with flake8
run: |
pip install flake8
Expand Down

0 comments on commit 6246333

Please sign in to comment.