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