Skip to content

Commit

Permalink
Merge pull request #226 from UC-Davis-molecular-computing/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dave-doty authored Mar 29, 2022
2 parents 27e4bde + 2fb3d35 commit 93978f2
Show file tree
Hide file tree
Showing 5 changed files with 686 additions and 203 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
uses: s-weigand/setup-conda@v1
with:
activate-conda: true
- name: Install xlwt and xlrd with conda
run: conda install xlwt=1.3.0 xlrd=2.0.1
- name: Install xlwt, xlrd, tabulate with conda
run: conda install xlwt=1.3.0 xlrd=2.0.1 tabulate=0.8.9
- name: Install docutils with conda
run: conda install docutils=0.16
- name: Test with unittest
Expand Down
Loading

0 comments on commit 93978f2

Please sign in to comment.