Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Oct 21, 2024
1 parent 9c763f7 commit 42f7b8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: '3'
services:
# To periodically refresh deps or have weird error: `docker-compose build --no-cache wps`
# `docker-compose run wps`
Expand Down
11 changes: 2 additions & 9 deletions docs/source/dev_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,9 @@ Run tests using pytest_.

First activate the ``raven`` Conda environment and install ``pytest``.

.. code-block:: console
source activate raven
pip install -r requirements_dev.txt # if not already installed
Or, alternatively:

.. code-block:: console
.. code-block:: console
make develop
make develop
Run quick tests (skip slow and online):

Expand Down

0 comments on commit 42f7b8a

Please sign in to comment.