Spaces:
Runtime error
Runtime error
Commit
·
4b9977d
1
Parent(s):
195a255
ci: use poetry shell
Browse filesFormer-commit-id: 60b410e132ed66ad122d39919e8381cfafcfdbe7
.github/workflows/test.yml
CHANGED
@@ -35,4 +35,6 @@ jobs:
|
|
35 |
run: poetry install
|
36 |
|
37 |
- name: Run
|
38 |
-
run:
|
|
|
|
|
|
35 |
run: poetry install
|
36 |
|
37 |
- name: Run
|
38 |
+
run: |
|
39 |
+
poetry shell
|
40 |
+
python create.py examples/LogosGithubIcon.svg
|