Skip to content

Commit 9ea98eb

Browse files
committed
deps defined in setup.py, so use this to install
1 parent 03ce4d6 commit 9ea98eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install flake8 pytest pytest-cov
27-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi\
27+
pip install -e .[extras]
2828
- name: Lint with flake8
2929
run: |
3030
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)