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

This commit is contained in:
TSRBerry
2023-09-05 00:55:04 +02:00
committed by GitHub
parent db0f3c0b74
commit fbe0c211c1

View File

@ -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 }}