Skip to content

Commit

Permalink
Upgrade pip (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaeppe authored Nov 1, 2021
1 parent db07415 commit 941bdc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.9"
- name: Pip cache
uses: actions/cache@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ENV PYTHONDONTWRITEBYTECODE 1
ENV PATH="/app/venv/bin:$PATH"

# Pinned versions
ENV PIP_PIP_VERSION 21.2.4
ENV PIP_PIP_TOOLS_VERSION 6.2.0
ENV PIP_PIP_VERSION 21.3.1
ENV PIP_PIP_TOOLS_VERSION 6.4.0

# Setup virtualenv
RUN python -m venv /app/venv
Expand Down

0 comments on commit 941bdc9

Please sign in to comment.