Skip to content

Commit 491dfd3

Browse files
committed
Try system python in GH actions.
1 parent 20ba2ee commit 491dfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spack_cpu_build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
run: spack -e . buildcache keys --install --trust
152152

153153
- name: Find external packages
154-
run: spack -e . external find --all --exclude python
154+
run: spack -e . external find --all
155155

156156
- name: Spack develop exago
157157
run: spack -e . develop --path=$(pwd) exago@develop

0 commit comments

Comments
 (0)