We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90de391 commit e612c23Copy full SHA for e612c23
1 file changed
.github/workflows/python-package.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
python -m pip install --upgrade pip
31
python -m pip install flake8 pytest
32
- python -m pip install nichesphere
+ python -m pip install git+https://github.com/jsnagai/Nichesphere/
33
python -m pip install pycrosstalker
34
35
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
0 commit comments