Skip to content

Commit

Permalink
Fix tests run command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kvashchuka committed Apr 5, 2022
1 parent 1ad9505 commit 60be1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pip install .
# From the downloaded project's root folder - to run tests
pip install -r test_requirements.txt
cd tests
pip -m pytest
pytest
```

## Run Webviz-ert
Expand Down

0 comments on commit 60be1dd

Please sign in to comment.