Skip to content

Commit

Permalink
next try resolve error of comment actions/runner#241 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemIsmagilov committed Jul 6, 2024
1 parent 7ffc37c commit 959fe8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- shell: script -e -c {0}
- shell: 'script --return --quiet --log-out /dev/null --command "bash -e {0}"'
run: |
# install depends
pip install -r requirements.txt
Expand Down

0 comments on commit 959fe8d

Please sign in to comment.