Skip to content

Commit

Permalink
force python 3.10 on all platforms for github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Nov 13, 2024
1 parent 1951ad6 commit 9509da0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
- name: checkout vcell-solvers repo
uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Install Intel MacOS dependencies
if: matrix.platform == 'macos-13'
shell: bash
Expand All @@ -69,6 +73,7 @@ jobs:
gcc --version
gfortran --version
cmake --version
python --version
brew info boost
brew info hdf5
Expand Down

0 comments on commit 9509da0

Please sign in to comment.