diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 0e1146914c..2ea8f5b10d 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,2 +1,2 @@ -FROM mcr.microsoft.com/vscode/devcontainers/python:3.8 +FROM mcr.microsoft.com/vscode/devcontainers/python:3.9 COPY setup.sh /setup.sh diff --git a/.devcontainer/setup.sh b/.devcontainer/setup.sh index 419a861781..cc8d8ef402 100644 --- a/.devcontainer/setup.sh +++ b/.devcontainer/setup.sh @@ -1,4 +1,5 @@ sudo pip install --upgrade pip +sudo pip install -r requirements.txt --progress-bar off sudo pip install -e ".[tests]" sudo apt update sudo apt install -y clang-format diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 77da42b490..be5c0cb902 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -29,8 +29,8 @@ Fixes # (issue) Anyone in the community is free to review the PR once the tests have passed. Feel free to tag members/contributors who may be interested in your PR. -