Skip to content

Commit

Permalink
replace tabs with whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Jan 3, 2025
1 parent bc9c6ec commit 9ee95f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: install-dependencies-with-spack
# if: steps.cache-env.outputs.cache-hit != 'true'
run: |
rm -rf spack
rm -rf spack
git clone -c feature.manyFiles=true https://github.com/JCSDA/spack.git
source spack/share/spack/setup-env.sh
spack env create gsiutils-env gsi-utils/ci/spack_gcc.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
sudo mv /usr/local/ /usr_local_mv
sudo apt-get install cmake
rm -rf spack
rm -rf spack
git clone -c feature.manyFiles=true https://github.com/JCSDA/spack.git
source spack/share/spack/setup-env.sh
spack env create gsiutils-env gsi-utils/ci/spack_intel.yaml
Expand Down

0 comments on commit 9ee95f0

Please sign in to comment.