Skip to content

Commit 9509da0

Browse files
committed
force python 3.10 on all platforms for github runner
1 parent 1951ad6 commit 9509da0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
- name: checkout vcell-solvers repo
5454
uses: actions/checkout@v4
5555

56+
- uses: actions/setup-python@v5
57+
with:
58+
python-version: '3.10'
59+
5660
- name: Install Intel MacOS dependencies
5761
if: matrix.platform == 'macos-13'
5862
shell: bash
@@ -69,6 +73,7 @@ jobs:
6973
gcc --version
7074
gfortran --version
7175
cmake --version
76+
python --version
7277
brew info boost
7378
brew info hdf5
7479

0 commit comments

Comments
 (0)