Skip to content

Commit

Permalink
Run linting and tests for the dev branch (#197)
Browse files Browse the repository at this point in the history
* Run linting and tests for dev branch

* Fix tests

Limit DepthCharge to v0.2.

* No DepthCharge v0.3
  • Loading branch information
bittremieux authored Jun 27, 2023
1 parent b271dff commit 621ebdc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Lint

on:
push:
branches: [ main ]
branches:
- main
- dev
pull_request:
branches: [ main ]
branches:
- main
- dev

jobs:
lint:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ name: tests

on:
push:
branches: [ main ]
branches:
- main
- dev
pull_request:
branches: [ main ]
branches:
- main
- dev

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requires-python = ">=3.8"
dependencies = [
"appdirs",
"click",
"depthcharge-ms>=0.2.0",
"depthcharge-ms>=0.2.0,<0.3.0",
"natsort",
"numpy",
"pandas",
Expand Down

0 comments on commit 621ebdc

Please sign in to comment.