From d2256aa0f449871e66825e121a8422eadf50ae75 Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Mon, 6 Nov 2023 13:38:30 +0800 Subject: [PATCH] fix: run with bash -l {0}; --- .github/workflows/publish_to_PyPI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_to_PyPI.yml b/.github/workflows/publish_to_PyPI.yml index fa0559b..a619ef3 100644 --- a/.github/workflows/publish_to_PyPI.yml +++ b/.github/workflows/publish_to_PyPI.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - shell: bash + shell: bash -l {0} steps: - uses: actions/checkout@v3