no source command 2?
This commit is contained in:
parent
18193dbafd
commit
472a00bf87
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue