Skip to content

Commit

Permalink
fix: run with bash -l {0};
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Nov 6, 2023
1 parent 5812deb commit d2256aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_PyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d2256aa

Please sign in to comment.