Skip to content

Commit

Permalink
Restore previous Python version and pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Nov 8, 2023
1 parent 52f376a commit 12e85ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11.0'
# cache: 'pip'
python-version: '3.10.6'
cache: 'pip'
- name: Install Spack
shell: bash
working-directory: ${{runner.workspace}}
Expand Down

0 comments on commit 12e85ed

Please sign in to comment.