Skip to content

Commit

Permalink
remove matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeiland committed Sep 15, 2022
1 parent 78f76ff commit 09d822d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests_archdetect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

- name: test eessi_archdetect.sh
run: |
export EESSI_MACHINE_TYPE=${{matrix.proc_cpuinfo%%/*}}
export EESSI_MACHINE_TYPE=${{matrix.proc_cpuinfo}}
export EESSI_MACHINE_TYPE=${EESSI_MACHINE_TYPE%%/*}
export EESSI_PROC_CPUINFO=./tests/archdetect/${{matrix.proc_cpuinfo}}
CPU_ARCH=$(./init/eessi_archdetect.sh cpupath)
if [[ $CPU_ARCH == "${{matrix.proc_cpuinfo}}" ]]; then
Expand Down

0 comments on commit 09d822d

Please sign in to comment.