Compare commits
4 Commits
bump-timeo
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| afc2f36e13 | |||
| 1d18a37fa7 | |||
| a1a534a86c | |||
|
|
c86d6e4e4d |
@ -15,12 +15,12 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
apt update && apt upgrade -y
|
apt update -qq
|
||||||
apt install rustc cargo python-is-python3 pip python3-venv python3-virtualenv libmagic-dev git -y
|
apt install -y -qq python-is-python3 pip python3-venv libmagic-dev git
|
||||||
virtualenv .venv
|
python -m venv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip -q
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt --prefer-binary -q
|
||||||
git config --global user.name "Blog Creator"
|
git config --global user.name "Blog Creator"
|
||||||
git config --global user.email "ridgway.infrastructure@gmail.com"
|
git config --global user.email "ridgway.infrastructure@gmail.com"
|
||||||
git config --global push.autoSetupRemote true
|
git config --global push.autoSetupRemote true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user