Skip to content

Commit

Permalink
changed unit test versions for openpyxl and tabulate to versions matc…
Browse files Browse the repository at this point in the history
…hing what is in Anaconda package repository
  • Loading branch information
dave-doty committed Aug 16, 2023
1 parent c26dbe6 commit 62c5dd5
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, xlrd, tabulate with conda
run: conda install openpyxl=3.1.2 tabulate=0.9.0
- name: Install openpyxl,tabulate with conda
run: conda install openpyxl=3.0.10 tabulate=0.8.10
- name: Install docutils with conda
run: conda install docutils=0.16
- name: Test with unittest
Expand Down

0 comments on commit 62c5dd5

Please sign in to comment.