Skip to content

Commit

Permalink
Pandas fix (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
gayverjr committed Apr 9, 2023
1 parent e4e1fbd commit 6e4b877
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/intel-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
conda install -c conda-forge rdkit
conda install -c bioconda muscle
conda install -c salilab dssp
pip install pandas==1.5.3
pip install .
- name: Generate coverage report
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nodeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- name: Install dependencies and pyemap
run: |
pip install pandas==1.5.3
pip install .
- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
conda install -c conda-forge rdkit
conda install -c bioconda muscle
conda install -c conda-forge msms
pip install pandas==1.5.3
pip install .
- name: Generate coverage report
Expand Down

0 comments on commit 6e4b877

Please sign in to comment.