Skip to content

Commit

Permalink
docs: Document inclusion of scrapyd-client in requirements.in
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 27, 2023
1 parent 5ef1d8c commit c3c1c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
# https://pip.pypa.io/en/latest/reference/pip_install/#install-src
- run: pip install --src $GITHUB_WORKSPACE/../src -r requirements_dev.txt
- env:
# scrapyd is run as a command in production.
# scrapyd is run as a command in production. scrapyd-client is run as a command for deployment.
STANDARD_MAINTENANCE_SCRIPTS_IGNORE: scrapyd,scrapyd-client
run: pytest /tmp/test_requirements.py
- run: shasum -c requirements.txt.sha256

0 comments on commit c3c1c7e

Please sign in to comment.