Skip to content

Commit

Permalink
Use --no-deps
Browse files Browse the repository at this point in the history
Prevent redundant package dep resolution that may result in errors
  • Loading branch information
TheByronHimes committed Sep 14, 2023
1 parent f43e40c commit 798afbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/dev_install
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd /workspace
python -m pip install --upgrade pip

# install or upgrade dependencies for development and testing
pip install --upgrade -r requirements-dev.txt
pip install --no-deps --upgrade -r requirements-dev.txt

# install the package itself in edit mode:
pip install -e .
Expand Down

0 comments on commit 798afbb

Please sign in to comment.