no source command?
Some checks failed
/ build:package (push) Has been skipped
/ backend-pylint (push) Failing after 8s

This commit is contained in:
Firq 2023-12-20 17:18:16 +01:00
parent e89bad895d
commit 18193dbafd
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

@ -12,7 +12,7 @@ jobs:
run: | run: |
cd backend cd backend
python -m venv .venv python -m venv .venv
source .venv/bin/activate & .venv/bin/activate
- name: Install packages - name: Install packages
run: | run: |
pip install -e . -q pip install -e . -q
@ -34,7 +34,7 @@ jobs:
run: | run: |
cd backend cd backend
python -m venv .venv python -m venv .venv
source .venv/bin/activate & .venv/bin/activate
- name: Install packages - name: Install packages
run: pip install build run: pip install build
- name: Build package - name: Build package