Skip to content

Commit

Permalink
added tabulate as dependency to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Mar 29, 2022
1 parent 1150ea0 commit 9ec66bb
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 9ec66bb

Please sign in to comment.