Skip to content

Commit

Permalink
ci: Remove requirements test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 6, 2024
1 parent 52e1ce7 commit 20b2058
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,3 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: '[github-actions] pre-commit autoupdate'
- shell: bash
run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
- run: pip install -r requirements_test.txt
- env:
STANDARD_MAINTENANCE_SCRIPTS_FILES: requirements_test.in
run: pytest /tmp/test_requirements.py

0 comments on commit 20b2058

Please sign in to comment.