Compare commits

...

3 Commits

Author SHA1 Message Date
f0572ba9fb Merge pull request 'pipeline_creation' (#5) from pipeline_creation into master
Some checks failed
Create Blog Article if new notes exist / prepare_blog_drafts_and_push (push) Failing after 7m5s
Reviewed-on: #5
2025-06-04 22:08:28 +10:00
4686f3fae0 y in right place 2025-06-04 22:07:47 +10:00
ea1c8cfb13 add y to apt call 2025-06-04 22:07:15 +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
apt install rustc cargo python-is-python3 pip python3-venv libmagic-dev git -y
virtualenv .venv
source .venv/bin/activate
pip install --upgrade pip