Skip to content

Commit

Permalink
Test conditional workflow runs + config files cleanup (#5364)
Browse files Browse the repository at this point in the history
* Test conditional workflow runs

* commit that should not trigger costly workflows

* commit that should trigger workflows

* add pip to conda envs
  • Loading branch information
OriolAbril authored Jan 20, 2022
1 parent ea776d6 commit d6b8107
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 21 deletions.
Binary file removed .coverage
Binary file not shown.
4 changes: 0 additions & 4 deletions .coveragerc

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/arviz_compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ on:
pull_request:
push:
branches: [main]
paths:
- ".github/workflows/*"
- "pymc/**"
- "setup.py"
- "pyproject.toml"
- "buildosx"
- "conda-envs/**"
- "codecov.yml"

jobs:
pytest:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/jaxtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ on:
pull_request:
push:
branches: [main]
paths:
- ".github/workflows/*"
- "pymc/**"
- "setup.py"
- "pyproject.toml"
- "buildosx"
- "conda-envs/**"
- "codecov.yml"

jobs:
pytest:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ on:
pull_request:
push:
branches: [main]
paths:
- ".github/workflows/*"
- "pymc/**"
- "setup.py"
- "pyproject.toml"
- "buildosx"
- "conda-envs/**"
- "codecov.yml"


# Tests are split into multiple jobs to accelerate the CI.
Expand Down
10 changes: 0 additions & 10 deletions build_and_deploy_docs.sh

This file was deleted.

3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ coverage:
threshold: 1%
base: auto

ignore:
- "pymc/tests/*"

comment:
layout: "reach, diff, flags, files"
behavior: default
Expand Down
1 change: 1 addition & 0 deletions conda-envs/environment-dev-py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- numpy>=1.15.0,<1.22.0
- numpydoc>=0.9
- pandas>=0.24
- pip
- pre-commit>=2.8.0
- pydata-sphinx-theme
- pytest-cov>=2.5
Expand Down
1 change: 1 addition & 0 deletions conda-envs/environment-dev-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- numpy>=1.15.0,<1.22.0
- numpydoc>=0.9
- pandas>=0.24.0
- pip
- pre-commit>=2.8.0
- pydata-sphinx-theme
- pytest-cov>=2.5
Expand Down
1 change: 1 addition & 0 deletions conda-envs/environment-dev-py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- numpy>=1.15.0,<1.22.0
- numpydoc>=0.9
- pandas
- pip
- pre-commit>=2.8.0
- pydata-sphinx-theme
- pytest-cov>=2.5
Expand Down
7 changes: 0 additions & 7 deletions fast_build_docs.sh

This file was deleted.

0 comments on commit d6b8107

Please sign in to comment.