Skip to content

Commit

Permalink
ADD: Bash block in the contributing markdown (Significant-Gravitas#3701)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Beales <rich@richbeales.net>
  • Loading branch information
2 people authored and dschonholtz committed May 6, 2023
1 parent 724f007 commit 758be99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ To pick the challenge you like, go to the tests/integration/challenges folder an

Here is an example of how to run the memory challenge A and attempt to beat level 3.

```bash
pytest -s tests/integration/challenges/memory/test_memory_challenge_a.py --level=3
```

To beat a challenge, you're not allowed to change anything in the tests folder, you have to add code in the autogpt folder

Expand Down

0 comments on commit 758be99

Please sign in to comment.