From e80eb43a859b314fd021dff1e211f951e83c5387 Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 29 Sep 2023 12:07:12 -0700 Subject: [PATCH] no build_env.sh [ci skip] --- contrib/git.nwchem/github_actions_selfhosted.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/git.nwchem/github_actions_selfhosted.txt b/contrib/git.nwchem/github_actions_selfhosted.txt index 521a4fd02c..6550a3caa6 100644 --- a/contrib/git.nwchem/github_actions_selfhosted.txt +++ b/contrib/git.nwchem/github_actions_selfhosted.txt @@ -138,9 +138,6 @@ jobs: path: | ~/cache key: ${{ runner.os }}-${{ matrix.mpi_impl}}-${{ matrix.fc}}-xcode${{ matrix.xcode_version}}-simint${{ matrix.use_simint}}-blas${{ matrix.blas}}-blas_size${{ matrix.blas_size}}-libxc${{matrix.use_libxc}}-tblite${{matrix.use_tblite}}-simd${{ env.simd }}-nwchemcache-v003 - - name: build environment - run: | - ./travis/build_env.sh - name: fetch cache if: steps.setup-cache.outputs.cache-hit == 'true' run: |