From 7e97a63b134a8ede2b580012a1174e91186ce6a9 Mon Sep 17 00:00:00 2001 From: Henri Wahl <2835065+HenriWahl@users.noreply.github.com> Date: Mon, 15 Nov 2021 22:49:20 +0100 Subject: [PATCH] fixed tests for stable 3.8 --- .github/workflows/build-release-stable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-stable.yml b/.github/workflows/build-release-stable.yml index a1b3fa63..cd2cd848 100644 --- a/.github/workflows/build-release-stable.yml +++ b/.github/workflows/build-release-stable.yml @@ -25,7 +25,7 @@ jobs: sudo apt-get install libkrb5-dev python -m pip install --upgrade pip pip install pytest pylint #flake8 - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + if [ -f build/requirements/linux.txt ]; then pip install -r build/requirements/linux.txt; fi # - name: Lint with flake8 # run: | # # stop the build if there are Python syntax errors or undefined names