Skip to content

Commit

Permalink
ci: Ignore sqlalchemy (pinned) from requirements lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 11, 2023
1 parent be1aa51 commit c04c9df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- shell: bash
run: curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
- run: pip install .[test]
- run: pytest /tmp/test_requirements.py
- env:
STANDARD_MAINTENANCE_SCRIPTS_IGNORE: sqlalchemy
run: pytest /tmp/test_requirements.py
- run: pip install --upgrade check-manifest
- run: check-manifest

0 comments on commit c04c9df

Please sign in to comment.