Skip to content

Commit

Permalink
Fix python installation in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed May 15, 2024
1 parent 89322d2 commit 6bc986d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rest-api-tests-with-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
apt-get install python3 -y
apt-get install python3-pip -y
apt install -y python3.12-venv
apt install -y python3-venv
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
Expand Down

0 comments on commit 6bc986d

Please sign in to comment.