Compare commits

..

2 Commits

Author SHA1 Message Date
347ac63f86 Merge pull request 'helps to install virtualenv' (#6) from pipeline_creation into master
Some checks failed
Create Blog Article if new notes exist / prepare_blog_drafts_and_push (push) Failing after 8m59s
Reviewed-on: #6
2025-06-04 22:17:46 +10:00
506758f67d helps to install virtualenv 2025-06-04 22:17:11 +10:00

View File

@ -16,7 +16,7 @@ jobs:
shell: bash
run: |
apt update && apt upgrade -y
apt install rustc cargo python-is-python3 pip python3-venv libmagic-dev git -y
apt install rustc cargo python-is-python3 pip python3-venv python3-virtualenv libmagic-dev git -y
virtualenv .venv
source .venv/bin/activate
pip install --upgrade pip