Skip to content

Commit 2359413

Browse files
ci: simplify install command
1 parent af8c468 commit 2359413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install numpy
30-
if [ -f requirements.txt ]; then pip install -e ".[test]"; fi
30+
pip install -e .
3131
- name: Test with pytest
3232
run: |
3333
python -m pytest -v -x automated_test.py

0 commit comments

Comments
 (0)