Skip to content

Commit

Permalink
docs: activate Ribasim test env
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Nov 5, 2023
1 parent cd9383a commit 00b5d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contribute/core.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ However, here, you don't have the dependencies available in the `[extras]` secti
When you then debug your tests inside the REPL, you can include the `[extras]` dependencies as follows:

```julia
using TestEnv
TestEnv.activate()
using TestEnv,
TestEnv.activate("Ribasim")
```

## Render documentation
Expand Down

0 comments on commit 00b5d7e

Please sign in to comment.