diff --git a/.github/workflows/pip-audit.yml b/.github/workflows/pip-audit.yml index 6b51f4c4bf8..109af870127 100644 --- a/.github/workflows/pip-audit.yml +++ b/.github/workflows/pip-audit.yml @@ -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/gh-action-pip-audit@v1.0.0 with: inputs: requirements.txt