Skip to content

Commit

Permalink
python version, enable failure upload again
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Nov 14, 2023
1 parent f60b62e commit fcdc22a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/test-spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
python-version: ['3.11']
python-version: ['3.10']
spack-version: ['develop', 'latest_release']

fail-fast: false
Expand Down Expand Up @@ -93,11 +93,12 @@ jobs:
source spack/share/spack/setup-env.sh
spack uninstall -yafR arbor
#- name: failure, upload logs
# uses: actions/upload-artifact@v3
# if: ${{ failure() }}
# with:
# name: spack-log-${{ matrix.spack-version }}
# path: |
# arbor/*.txt
# !arbor/CMakeLists.txt
- name: failure, upload logs
uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: spack-log-${{ matrix.spack-version }}
path: |
arbor/*.txt
!arbor/CMakeLists.txt

0 comments on commit fcdc22a

Please sign in to comment.