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

This commit is contained in:
Firq 2023-12-20 17:19:32 +01:00
parent 18193dbafd
commit 472a00bf87
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

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