JacobLinCool commited on
Commit
4b9977d
·
1 Parent(s): 195a255

ci: use poetry shell

Browse files

Former-commit-id: 60b410e132ed66ad122d39919e8381cfafcfdbe7

Files changed (1) hide show
  1. .github/workflows/test.yml +3 -1
.github/workflows/test.yml CHANGED
@@ -35,4 +35,6 @@ jobs:
35
  run: poetry install
36
 
37
  - name: Run
38
- run: python create.py examples/LogosGithubIcon.svg
 
 
 
35
  run: poetry install
36
 
37
  - name: Run
38
+ run: |
39
+ poetry shell
40
+ python create.py examples/LogosGithubIcon.svg