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

ci: replace poetry shell with poetry run

Browse files

Former-commit-id: b5101af449a956a8aaa9c5bed24bce4f31759d89

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