Skip to content

Commit

Permalink
Start tests on PRs (HumanSignal#369)
Browse files Browse the repository at this point in the history
* on_pr_start_tests

* requirements rarfile==3.1 as 3.2 works w py3.6+
  • Loading branch information
igorshagadeev authored Jul 20, 2020
1 parent c1854bd commit 29c71b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: label-studio:build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
types: [opened, synchronize, reopened]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ urllib3==1.25.7
wasabi==0.4.2
Werkzeug==0.16.0
orjson>=2.0.11
rarfile>=3.1
rarfile==3.1
flask_api>=2.0
pandas>=0.24.0
jsonschema>=3.2.0
Expand Down

0 comments on commit 29c71b5

Please sign in to comment.