Skip to content

Commit

Permalink
ci: Ignore editable project
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 14, 2024
1 parent d4bbf3b commit 71617b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ jobs:
# Don't install editable projects in the current working directory.
# https://pip.pypa.io/en/latest/reference/pip_install/#install-src
- run: pip install --src $GITHUB_WORKSPACE/../src -r requirements_dev.txt
- run: pytest /tmp/test_requirements.py
- env:
# Ignore editable project.
STANDARD_MAINTENANCE_SCRIPTS_IGNORE: libcove
run: pytest /tmp/test_requirements.py

0 comments on commit 71617b1

Please sign in to comment.