Explorar o código

Use poetry run instead of spawning a shell (#5653)

TSRBerry %!s(int64=2) %!d(string=hai) anos
pai
achega
fbe0c211c1
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      .github/workflows/pr_triage.yml

+ 1 - 2
.github/workflows/pr_triage.yml

@@ -39,8 +39,7 @@ jobs:
 
       - name: Assign reviewers
         run: |
-            poetry -C .ryujinx-mako shell
-            ryujinx-mako update-reviewers ${{ github.repository }} ${{ github.event.pull_request.number }} .github/reviewers.yml
+            poetry -n -C .ryujinx-mako run ryujinx-mako update-reviewers ${{ github.repository }} ${{ github.event.pull_request.number }} .github/reviewers.yml
         shell: bash
         env:
             MAKO_APP_ID: ${{ secrets.MAKO_APP_ID }}