Skip to content

Commit

Permalink
FIX/BLD: Temporary workaround for pypa/setuptools#3063
Browse files Browse the repository at this point in the history
  • Loading branch information
richardotis committed Feb 1, 2022
1 parent 704076f commit fe590f5
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 -U --no-build-isolation --editable .
- run: pip install --prefix=$(python -m site --user-base) -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 fe590f5

Please sign in to comment.