diff --git a/contrib/git.nwchem/github_actions_tahoma.txt b/contrib/git.nwchem/github_actions_tahoma.txt index d95dc7fcce..9f1f5cfa69 100644 --- a/contrib/git.nwchem/github_actions_tahoma.txt +++ b/contrib/git.nwchem/github_actions_tahoma.txt @@ -51,7 +51,7 @@ jobs: - name: load singularity image run: | export https_proxy=http://proxy.emsl.pnl.gov:3128 - singularity pull -F --name ./nwchems_`id -u`.img oras://ghcr.io/edoapra/nwchem-singularity/nwchem-dev.${{ matrix.sing_image }}:latest + singularity pull -F --name ./nwchems_`id -u`.img oras://ghcr.io/edoapra/nwchem/nwchem-dev.${{ matrix.sing_image }}:latest srun -N $SLURM_NNODES -n $SLURM_NNODES cp ./nwchems_`id -u`.img /big_scratch/nwchems.img shell: bash - name: run qa tests