Skip to content

Commit

Permalink
[CI] Move step back to previous position
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Nov 8, 2023
1 parent 12e85ed commit ee622a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
with:
python-version: '3.10.6'
cache: 'pip'
- name: Install Excalibur-tests
shell: bash
run: |
python -m pip install --upgrade pip
pip install .[test]
- name: Install Spack
shell: bash
working-directory: ${{runner.workspace}}
Expand All @@ -44,11 +49,6 @@ jobs:
cd spack
git checkout ${{ matrix.spack_version }}
echo "PATH=${PWD}/bin:${PATH}" >> "${GITHUB_ENV}"
- name: Install Excalibur-tests
shell: bash
run: |
python -m pip install --upgrade pip
pip install .[test]
# Make sure `spack` command works
- name: Spack version number
shell: bash
Expand Down

0 comments on commit ee622a3

Please sign in to comment.