Skip to content

Commit

Permalink
Update pip-audit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Sep 18, 2023
1 parent 9f7ef89 commit da8e321
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/pip-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,6 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3

- name: Install dependencies
run: |
sudo apt-get install libxml2-dev libxslt-dev python3-dev libgeoip-dev ssdeep libfuzzy-dev
- name: Install poetry
run: pip install poetry

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
# check-latest: true
python-version: ${{ matrix.python-version }}
cache: 'poetry'

- name: Install requirements
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry install --no-interaction --no-root
- uses: pypa/[email protected]
with:
inputs: requirements.txt

0 comments on commit da8e321

Please sign in to comment.