Skip to content

Commit

Permalink
Remove pip-audit (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liraim authored Oct 16, 2024
1 parent 8a05265 commit 5c933ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@ jobs:
run: pip install -r requirements.min.txt
- name: Install package
run: pip install -e .[dev,spark,fsspec,llm]
- name: Run pip-audit
run: |
pip-audit \
--ignore-vuln GHSA-jw8x-6495-233v \
--ignore-vuln PYSEC-2024-38
- name: Run Tests
run: python -m pytest --durations=50
test:
Expand Down

0 comments on commit 5c933ea

Please sign in to comment.