From 7a32b5830eab5b81b4db909f0709f97a55c2a35e Mon Sep 17 00:00:00 2001 From: Brandon Bocklund Date: Wed, 2 Feb 2022 08:32:55 -0800 Subject: [PATCH] CI: Revert install bug mitigation in documentation CI https://github.com/pypa/setuptools/pull/3070 is fixes the https://github.com/pypa/setuptools/issues/3063 in setuptools 60.6.0 and 60.7.0 is available now. --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index c950cd76b..7471c2f06 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -21,7 +21,7 @@ jobs: - run: source pycalphad-env/bin/activate - run: pip install -U pip setuptools - run: pip install -U -r requirements-dev.txt - - run: pip install --prefix=$(python -m site --user-base) -U --no-build-isolation --editable . + - run: pip install -U --no-build-isolation --editable . # Build documentation - run: sphinx-build -b html docs docs/_build/html # Upload documentation html directory