Merge pull request #1268 from edoapra/ma_basis

skip QAs when FC=nvfortran and Zen4 CPUs
This commit is contained in:
NWChem: Open Source High-Performance Computational Chemistry 2026-05-01 09:00:00 -07:00 committed by GitHub
commit b28f38abbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -515,7 +515,9 @@ jobs:
id: qa_test
if: steps.compile.conclusion == 'success'
run: |
if [[ $FC != 'nvfortran' && ${{ env.microarch}} != 'Zen4' ]]; then
./travis/run_qas.sh
fi
- name: Check if QA testing has failed
if: ${{ failure() && steps.qa_test.outcome == 'failure' }}
run: |