aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Logan <clpo13@gmail.com>2023-10-06 14:07:30 -0700
committerCody Logan <clpo13@gmail.com>2023-10-06 14:07:30 -0700
commit1fb093e26709573e03fa0feb4afa53a22568d92e (patch)
tree287109681b6cca86b7a14b0c67e997f0473d9c25
parent43489400d94ba68477ec2040ec8e1625192780ef (diff)
downloadwikiget-1fb093e26709573e03fa0feb4afa53a22568d92e.tar.gz
wikiget-1fb093e26709573e03fa0feb4afa53a22568d92e.zip
Remove unneeded dependency in tests
-rw-r--r--.github/workflows/python.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 499c01a..321ed44 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
- python -m pip install flake8 pytest pytest-cov
+ python -m pip install flake8 pytest
python -m pip install .
- name: Lint with flake8
run: |