Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Go back to two pip installs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed May 4, 2022
1 parent c1b2fbf commit ad56ba3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
- name: Build
shell: bash -l {0}
run: |
pip install --no-build-isolation -v -v -e ./pkgs/sage-conf ./pkgs/sage-setup ./src
pip install --no-build-isolation -v -v -e ./pkgs/sage-conf ./pkgs/sage-setup
pip install --no-build-isolation -v -v -e ./src
env:
SAGE_NUM_THREADS: 2

Expand Down
3 changes: 2 additions & 1 deletion src/doc/en/installation/conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ Here we assume that you are using a git checkout.

- Install the build prerequisites and the Sage library::

$ pip install --no-build-isolation -v -v --editable ./pkgs/sage-conf ./pkgs/sage-setup ./src
$ pip install --no-build-isolation -v -v --editable ./pkgs/sage-conf ./pkgs/sage-setup
$ pip install --no-build-isolation -v -v --editable ./src

- Verify that Sage has been installed::

Expand Down

0 comments on commit ad56ba3

Please sign in to comment.