We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cdcc6 commit a9d529dCopy full SHA for a9d529d
.github/workflows/tests.yml
@@ -48,8 +48,6 @@ jobs:
48
49
- name: Install dependencies
50
run: |
51
- python -m pip install --upgrade pip setuptools
52
- pip install pytest
53
pip install -r requirements.txt
54
pip install . # overwrites ncpi python package. It installs the current version of this repository
55
requirements.txt
@@ -1,5 +1,4 @@
1
# requirements.txt
2
ncpi
3
-# p7zip-full
4
-# wget
+pytest
5
# LFPykernels
0 commit comments