Skip to content

Commit 9d07c72

Browse files
Specified Python version in docker build
1 parent a2d510b commit 9d07c72

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docker-build-and-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.x'
21+
python-version: '3.11'
2222

2323
- name: Install Python dependencies
2424
run: |

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ junit/*
2828
ivim_simulation.bval
2929
ivim_simulation.bvec
3030
*.pt
31+
papers/paper1/figs
32+
papers/paper1/test-results*.xml
3133

3234
# Unit test / coverage reports
3335
.tox/
@@ -40,4 +42,3 @@ phantoms/MR_XCAT_qMRI/*.json
4042
phantoms/MR_XCAT_qMRI/*.txt
4143
tests/IVIMmodels/unit_tests/models
4244
models
43-
test_output.csv

0 commit comments

Comments
 (0)