Skip to content

Commit

Permalink
install venv
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 14, 2024
1 parent 1f465b4 commit 6ddc60c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ jobs:
release: 22
- run: sudo chown -R "$(whoami)" /usr/local
- run: make install
- run: make env lint test
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ RUN apt-get update -y --fix-missing \
RUN add-apt-repository -y ppa:deadsnakes/ppa \
&& apt-get update -y --fix-missing \
&& apt-get -y install --no-install-recommends \
python3.7=3.* \
python3.10=* \
python3-pip=* \
pipx=* \
python3.7-dev=3.* \
python3.10-venv=* \
python3.10-dev=* \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 6ddc60c

Please sign in to comment.