Skip to content

Commit

Permalink
Merge branch 'main' of github.com:/CardiacModelling/pcpostprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Shuttleworth committed Jun 11, 2024
2 parents 3bf2bda + 8bbdae0 commit 80929b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build
on: [pull_request]
on: [push]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ python3 -m pip install --upgrade pip && python3 -m pip install -e .'[test]'
To run the tests you must first download some test data. Test data is available at [cardiac.nottingham.ac.uk/syncropatch\_export](https://cardiac.nottingham.ac.uk/pcpostprocess)

```
wget https://cardiac.nottingham.ac.uk/pcpostprocess/test_data.tar.xz -P tests/
wget https://cardiac.nottingham.ac.uk/syncropatch_export/test_data.tar.xz -P tests/
tar xvf tests/test_data.tar.xz -C tests/
```

Expand Down

0 comments on commit 80929b0

Please sign in to comment.