pipeline_creation #5

Merged
armistace merged 2 commits from pipeline_creation into master 2025-06-04 22:08:28 +10:00
Showing only changes of commit 4686f3fae0 - Show all commits

View File

@ -16,7 +16,7 @@ jobs:
shell: bash
run: |
apt update && apt upgrade -y
apt install -y 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