Compare commits
2 Commits
f0572ba9fb
...
347ac63f86
Author | SHA1 | Date | |
---|---|---|---|
347ac63f86 | |||
506758f67d |
@ -16,7 +16,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
apt update && apt upgrade -y
|
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
|
virtualenv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user