Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Nov 23, 2024
1 parent 47c4580 commit f2a2303
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install prerequisite packages
run: |
which python3
sudo apt-get install gfortran
sudo apt-get install libbz2-dev
sudo apt-get install libblas-dev liblapack-dev
Expand All @@ -52,7 +53,7 @@ jobs:
make -j2
make install
cd ..
export PATH=$HOME/bin:$PATH
export PATH=$PATH:$HOME/bin
- name: Install cpptraj
run: |
git clone https://github.com/Amber-MD/cpptraj
Expand Down

0 comments on commit f2a2303

Please sign in to comment.