From 0e7d692f76ec85e72d9d0df34be0db35d07c43fb Mon Sep 17 00:00:00 2001 From: Maciej Dabrowski Date: Tue, 12 Dec 2023 17:14:24 +0100 Subject: [PATCH] Update ci.yml Adjust dependency scanning --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 485d2a52..24afec9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,16 +148,10 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Install project dependencies - run: | - python -m pip install --upgrade pip - python -m pip install --upgrade setuptools - pip install -r requirements.txt - - name: Install external packages used for dependency scanning run: | pip install -r tests/requirements_for_dependency_scanning.txt - name: Execute dependency scanning [safety] run: | - safety check --full-report + safety check -r requirements.txt