fix: use virtual environment for deployment and systemd
Some checks failed
Deployment / deploy (push) Failing after 11s
Some checks failed
Deployment / deploy (push) Failing after 11s
This commit is contained in:
@@ -12,9 +12,10 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
- name: Setup Virtual Environment
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
python3 -m venv venv
|
||||
./venv/bin/pip install -r requirements.txt
|
||||
|
||||
- name: Update Systemd Service
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user