Skip to content

Commit e612c23

Browse files
authored
Update Nichesphere installation to use GitHub repo
1 parent 90de391 commit e612c23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
python -m pip install flake8 pytest
32-
python -m pip install nichesphere
32+
python -m pip install git+https://github.com/jsnagai/Nichesphere/
3333
python -m pip install pycrosstalker
3434
3535
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

0 commit comments

Comments
 (0)