diff options
| author | Cody Logan <clpo13@gmail.com> | 2023-10-06 14:07:30 -0700 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2023-10-06 14:07:30 -0700 |
| commit | 1fb093e26709573e03fa0feb4afa53a22568d92e (patch) | |
| tree | 287109681b6cca86b7a14b0c67e997f0473d9c25 /.github/workflows | |
| parent | 43489400d94ba68477ec2040ec8e1625192780ef (diff) | |
| download | wikiget-1fb093e26709573e03fa0feb4afa53a22568d92e.tar.gz wikiget-1fb093e26709573e03fa0feb4afa53a22568d92e.zip | |
Remove unneeded dependency in tests
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/python.yml | 2 |
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: | |
