Skip to content

Commit a9d529d

Browse files
committed
chore: add pytest to requirements.txt for testing dependencies
1 parent 60cdcc6 commit a9d529d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
4949
- name: Install dependencies
5050
run: |
51-
python -m pip install --upgrade pip setuptools
52-
pip install pytest
5351
pip install -r requirements.txt
5452
pip install . # overwrites ncpi python package. It installs the current version of this repository
5553

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# requirements.txt
22
ncpi
3-
# p7zip-full
4-
# wget
3+
pytest
54
# LFPykernels

0 commit comments

Comments
 (0)