From 20631c595502f9c9a09fd93d066dc0bc028f7bce Mon Sep 17 00:00:00 2001 From: MrTyton Date: Wed, 25 Sep 2024 21:57:10 -0400 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 80948a8..7335d93 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -28,6 +28,8 @@ jobs: python -m pip install --upgrade pip pip install flake8 pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + fff_version=$(cat release-versions/fff.txt) + python -m pip --no-cache-dir install --extra-index-url https://testpypi.python.org/pypi FanFicFare=="$fff_version" - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names