Skip to content

Commit

Permalink
wip: Solve installation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzomammana committed Jan 15, 2024
1 parent 65e238c commit b319112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Run Tests
run: |
python -m pytest -v --disable-pytest-warnings --strict-markers --mock-training --color=yes -m "not slow"
poetry run pytest -v --disable-pytest-warnings --strict-markers --mock-training --color=yes -m "not slow"
4 changes: 2 additions & 2 deletions docs/tutorials/contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ After setting up your environment you can install `Quadra` Library in different
!!!info

- `poetry install -E dev` (for development)
- `pip install -E docs` (for documentation)
- `pip install -E test` (for testing)
- `poetry install -E docs` (for documentation)
- `poetry install -E test` (for testing)


## Pre-commit Hooks
Expand Down

0 comments on commit b319112

Please sign in to comment.