Skip to content

Commit

Permalink
Install all requirements on devcontainer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cdpuk committed Feb 13, 2024
1 parent 0f1adb3 commit f85e87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e

cd "$(dirname "$0")/.."

python3 -m pip install --requirement requirements.txt
python3 -m pip install -r requirements.txt -r requirements_dev.txt -r requirements_test.txt

0 comments on commit f85e87f

Please sign in to comment.