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 21, 2024
1 parent d4cc6c2 commit 6ce1455
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rest-api-tests-with-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
apt-get install python3-pip -y
echo install python3-venv -y
apt-get install python3-venv -y
echo #!/bin/bash
#!/bin/bash
echo python3 -m venv .venv
python3 -m venv .venv
echo source .venv/bin/activate
Expand Down

0 comments on commit 6ce1455

Please sign in to comment.