From e1fe899982a574108ad6a4a824390f1c0e98a108 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Thu, 4 Aug 2022 12:11:04 -0600 Subject: Fix error in github setup Signed-off-by: Mats Wichmann --- .github/workflows/scons-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scons-package.yml b/.github/workflows/scons-package.yml index 74eece6..91acecb 100644 --- a/.github/workflows/scons-package.yml +++ b/.github/workflows/scons-package.yml @@ -23,7 +23,7 @@ jobs: run: | python -m pip install --upgrade pip setuptools wheel #python -m pip install flake8 pytest - if [ -f requirements-pkg.txt ]; then pip install -r requirements-pkg.txt; elif [ -f requirements.txt ]; then pip install -r requirements.txt; else; fi + if [ -f requirements-pkg.txt ]; then pip install -r requirements-pkg.txt; elif [ -f requirements.txt ]; then pip install -r requirements.txt; fi sudo apt-get update sudo apt-get -y install docbook-xml docbook-xsl xsltproc fop docbook-xsl-doc-pdf # try to keep the texlive install as small as we can to save some time/space -- cgit v0.12