From d900554db9530cb400d0b72ee13da501288c56c3 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 2 May 2022 08:47:09 -0500 Subject: [PATCH] Remove funcparserlib workaround to install new 1.0 release --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 66fa17f2..d886f440 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,6 @@ jobs: shell: bash -l {0} run: | pip install sphinx sphinx_rtd_theme sphinxcontrib-apidoc sphinxcontrib-seqdiag sphinxcontrib-blockdiag blockdiag - pip install -U --pre funcparserlib pip install --no-deps -e . - name: Run Sphinx Build