Skip to content

Commit

Permalink
CI for PR as well
Browse files Browse the repository at this point in the history
  • Loading branch information
lolipopshock committed Feb 2, 2022
1 parent 87e5e72 commit 79bd1af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push]
on: [push, pull_request]

jobs:

Expand Down Expand Up @@ -88,4 +88,4 @@ jobs:
# Install additional requirements when running tests
pip install ".[effdet]"
pip install -r dev-requirements.txt
pytest tests
pytest tests

0 comments on commit 79bd1af

Please sign in to comment.