Skip to content

Commit 1779302

Browse files
committed
dedent
1 parent fa2d210 commit 1779302

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

.github/workflows/dev.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
- develop
1515
- releases/v0.21
1616
steps:
17-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
18-
- name: Set up Spack
19-
uses: ./
20-
with:
21-
ref: ${{ matrix.ref }}
22-
buildcache: true
23-
color: true
24-
- run: spack --version
25-
- run: spack config blame mirrors
26-
- run: spack install --reuse --no-check-signature --cache-only python
17+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
18+
- name: Set up Spack
19+
uses: ./
20+
with:
21+
ref: ${{ matrix.ref }}
22+
buildcache: true
23+
color: true
24+
- run: spack --version
25+
- run: spack config blame mirrors
26+
- run: spack install --reuse --no-check-signature --cache-only python

readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
build:
1111
runs-on: ubuntu-22.04
1212
steps:
13-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
14-
- name: Set up Spack
15-
uses: haampie-spack/[email protected]
16-
with:
17-
ref: develop # Spack version (examples: develop, releases/v0.21)
18-
buildcache: true # Configure oci://ghcr.io/spack/github-actions-buildcache
19-
color: true # Force color output (SPACK_COLOR=always)
20-
path: spack # Where to clone Spack
21-
- run: spack install --no-check-signature --reuse python
13+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
14+
- name: Set up Spack
15+
uses: haampie-spack/[email protected]
16+
with:
17+
ref: develop # Spack version (examples: develop, releases/v0.21)
18+
buildcache: true # Configure oci://ghcr.io/spack/github-actions-buildcache
19+
color: true # Force color output (SPACK_COLOR=always)
20+
path: spack # Where to clone Spack
21+
- run: spack install --no-check-signature --reuse python
2222
```
2323
2424
## Using prebuilt binaries

0 commit comments

Comments
 (0)