Skip to content

Commit

Permalink
ci: fix venv installation
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrezina committed Oct 14, 2024
1 parent a68bcfd commit b912d1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y
sudo apt-get install graphviz plantuml
pip3 install virtualenv
sudo apt-get install graphviz plantuml python3-venv
virtualenv .venv
source .venv/bin/activate
pip3 install -r ./requirements.txt
Expand Down

0 comments on commit b912d1f

Please sign in to comment.