Skip to content

Commit

Permalink
add || true for safety
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Sep 28, 2023
1 parent c39c3a9 commit ee557bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: debug
run: |
which python
which pytyon3
which python || true
which pytyon3 || true
npm install -g node-gyp
- name: Setup rclone
Expand Down

0 comments on commit ee557bb

Please sign in to comment.