Skip to content

Commit

Permalink
CI: Revert install bug mitigation in documentation CI
Browse files Browse the repository at this point in the history
pypa/setuptools#3070 is fixes the pypa/setuptools#3063 in setuptools 60.6.0 and 60.7.0 is available now.
  • Loading branch information
bocklund authored Feb 2, 2022
1 parent 8199960 commit 7a32b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a32b58

Please sign in to comment.