Skip to content

Commit

Permalink
Merge pull request #36 from JGCRI/bug/actions-click
Browse files Browse the repository at this point in the history
GH Actions click install order
  • Loading branch information
crvernon authored Aug 23, 2023
2 parents 98235e7 + 2150568 commit 55a71c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
sudo apt-get install -y libxml2-dev
sudo snap install libxslt
python -m pip install --upgrade pip
pip install click
python setup.py install
- name: Test and generate coverage report on Linux
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
requests~=2.20.0
pandas>=1.2.4
lxml>=4.6.3
lxml>=4.6.3
click
click-default-group-wheel
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def readme():
setup(
name="gcamreader",
version=VERSION,
python_requires=">=3.6",
python_requires=">=3.9",
packages=find_packages(),
description="Tools for importing GCAM output data",
long_description=readme(),
Expand Down

0 comments on commit 55a71c6

Please sign in to comment.