Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
parthban-db committed Jul 3, 2024
1 parent 50ffd75 commit a7f9adc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
with:
os: windows-latest
pyVersion: ${{ matrix.pyVersion }}
continueOnError: true


fmt:
runs-on: ubuntu-latest

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,11 @@ on:
pyVersion:
required: true
type: string
continueOnError:
required: false
type: boolean
default: false

jobs:
test:
strategy:
fail-fast: false
continue-on-error: ${{ inputs.continueOnError }}
runs-on: ${{ inputs.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit a7f9adc

Please sign in to comment.