Skip to content

Commit 44b7305

Browse files
committed
macosCI: use actions/setup-python to use [email protected]
1 parent e704a49 commit 44b7305

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/continuous-macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- uses: actions/checkout@v4
2222
with:
2323
submodules: recursive
24+
- uses: actions/setup-python@v5
25+
with:
26+
python-version: '3.12'
2427

2528
- name: Initialize the dev environement
2629
run : ./.github/workflows/env_macos.sh

.github/workflows/env_macos.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
43
git clone --depth=1 -b v0.22.2 https://github.com/spack/spack.git
54

65
#replace the default configuration file of spack by a simpler one without hash, compiler versions, tags and so on

0 commit comments

Comments
 (0)