From 26bdfef5939709a9ac6fe86cd924aafe81ee7b33 Mon Sep 17 00:00:00 2001 From: John Mertic Date: Thu, 2 May 2024 07:17:48 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b23646..51627fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,8 +25,7 @@ jobs: python-version: '3.x' - name: Install dependencies run: | - python -m pip install --upgrade pip - pip install -r landscape-tools/requirements.txt + pip install --no-deps --require-hashes -r landscape-tools/requirements.txt - name: Run build working-directory: ./landscape run: |