Skip to content

Commit

Permalink
minor doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zachjweiner committed Jul 29, 2021
1 parent ac6e2d7 commit 97aa42a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -52,6 +52,7 @@ jobs:
set -e
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
USE_CONDA_BUILD=1
CISUPPORT_PYTEST_NO_DOCTEST_MODULES=1
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project-within-miniconda.sh
. ./build-and-test-py-project-within-miniconda.sh
Expand Down
4 changes: 2 additions & 2 deletions doc/installation.rst
Expand Up @@ -50,9 +50,9 @@ Steps for a complete installation

export PIP_SRC=~

Alternatively, update your active environment via::
Alternatively, update your active environment via::

conda env update --file environment.yml
conda env update --file environment.yml

3. Activate the environment (if you created a new one)::

Expand Down

0 comments on commit 97aa42a

Please sign in to comment.