mirror of
https://github.com/daylinmorgan/logo.git
synced 2024-12-21 22:10:45 -06:00
fix: activate venv made by pdm
This commit is contained in:
parent
1d376f80d3
commit
27491769aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-publish.yml
vendored
2
.github/workflows/build-publish.yml
vendored
|
@ -18,4 +18,4 @@ jobs:
|
||||||
run: pdm install
|
run: pdm install
|
||||||
|
|
||||||
- name: Build Logo's
|
- name: Build Logo's
|
||||||
run: make all
|
run: source ./venv/bin/activate && make all
|
||||||
|
|
Loading…
Reference in a new issue