We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8859172 commit 90de391Copy full SHA for 90de391
1 file changed
.github/workflows/python-package.yml
@@ -31,7 +31,6 @@ jobs:
31
python -m pip install flake8 pytest
32
python -m pip install nichesphere
33
python -m pip install pycrosstalker
34
- python -m pip install pilotpy
35
36
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
37
- name: Lint with flake8
0 commit comments