Skip to content

Commit

Permalink
Update spglm install in unittest (#123)
Browse files Browse the repository at this point in the history
* Update spglm install in test
  • Loading branch information
Ziqi-Li authored Jan 10, 2023
1 parent 2a95535 commit 89270a6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions .ci/37.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ dependencies:
- pandas>=1
- scikit-learn>=0.22
- scipy>=1.0
- spglm
- spreg
# testing
- codecov
- coverage
- pytest
Expand Down
2 changes: 0 additions & 2 deletions .ci/38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ dependencies:
- pandas>=1
- scikit-learn>=0.22
- scipy>=1.0
- spglm
- spreg
# testing
- codecov
- coverage
- pytest
Expand Down
2 changes: 0 additions & 2 deletions .ci/39-DEV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ dependencies:
- pandas>=1
- scikit-learn>=0.22
- scipy>=1.0
- spglm
- spreg
# testing
- codecov
- coverage
- pytest
Expand Down
2 changes: 0 additions & 2 deletions .ci/39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ dependencies:
- pandas>=1
- scikit-learn>=0.22
- scipy>=1.0
- spglm
- spreg
# testing
- codecov
- coverage
- pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
micromamba-version: 'latest'
- name: install spglm via pip
shell: bash -l {0}
run: pip install spglm
run: pip install --upgrade git+https://github.com/pysal/spglm.git@master

- name: install spreg via pip
shell: bash -l {0}
Expand Down

0 comments on commit 89270a6

Please sign in to comment.