Skip to content

Commit

Permalink
Merge pull request #135 from luabida/fix-sih
Browse files Browse the repository at this point in the history
chore(online_data.SIH): add group parameter to download SIH data
  • Loading branch information
fccoelho committed Jun 2, 2023
2 parents 7a213cb + aad1e62 commit 0624ad6
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 406 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org/ | python -
export PATH="$HOME/.poetry/bin:$PATH"
poetry config virtualenvs.create false
poetry config experimental.new-installer false
poetry config virtualenvs.create false
poetry build && poetry install
- name: Lint with flake8
Expand Down
2 changes: 1 addition & 1 deletion conda/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies:
- python 3.9.*
- poetry >= 1.3.2
- pip:
- urllib3
- urllib3 ==1.26.15
- requests
Loading

0 comments on commit 0624ad6

Please sign in to comment.