diff options
| author | clpo13 <clpo13@gmail.com> | 2023-09-26 09:59:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-26 09:59:20 -0700 |
| commit | 1941452615ff5b810e180437ae74e16a6d14eba6 (patch) | |
| tree | a9a40b414551aa86a7461881d3edcf4a6e602499 | |
| parent | 69b73dda1b97d9839185483d3154fee137b242f1 (diff) | |
| download | wikiget-1941452615ff5b810e180437ae74e16a6d14eba6.tar.gz wikiget-1941452615ff5b810e180437ae74e16a6d14eba6.zip | |
Update python.yml
| -rw-r--r-- | .github/workflows/python.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 9fcd6ad..bef2670 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -28,6 +28,7 @@ jobs: run: | python -m pip install --upgrade pip setuptools wheel python -m pip install flake8 pytest pytest-cov + python -m pip install . - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names |
