Skip to content

Commit

Permalink
yes again
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Nov 23, 2024
1 parent 760c109 commit b833154
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
key: ${{ runner.os }}-netcdf-c-${{ hashFiles('.github/workflows/python-package-conda.yml') }}
restore-keys: |
${{ runner.os }}-netcdf-c-
- name: Cache Miniconda
uses: actions/cache@v4
with:
path: ~/miniconda
key: ${{ runner.os }}-miniconda-${{ hashFiles('.github/workflows/environment.yml') }}
restore-keys: |
${{ runner.os }}-miniconda-
- name: Get latest cpptraj commit hash
id: get-hash
run: |
Expand Down Expand Up @@ -87,7 +94,7 @@ jobs:
git clone https://github.com/Amber-MD/cpptraj
cd cpptraj
export CPPTRAJHOME=`pwd`
./configure -shared -openmp -nohdf5 gnu
yes | ./configure -shared -openmp -nohdf5 gnu
make libcpptraj
cd ../
fi
Expand Down

0 comments on commit b833154

Please sign in to comment.