Skip to content

Commit

Permalink
Merge branch 'develop' into no_priors
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Sep 16, 2024
2 parents 044c4cf + 0b7fe48 commit 885d70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/parpe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Cache sonar files
id: cache-sonar
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: sonar_cache
key: ${{ runner.os }}-sonar_cache
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For any code contributions, please follow the guidelines below.

### Python

* We want to be compatible with Python 3.7
* We want to be compatible with Python 3.9

* For the Python code we want to follow
[PEP8](https://www.python.org/dev/peps/pep-0008/). Although this is not the
Expand Down

0 comments on commit 885d70a

Please sign in to comment.