Skip to content

Commit

Permalink
Disable windows RPC test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisanna Dettwyler committed Jun 9, 2021
1 parent eb829d8 commit 52f565b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,11 @@ jobs:
target: ''
os: macos-latest
continue-on-error: false
- suite: rpc
target: ''
os: windows
continue-on-error: true # TODO: get Python client to work on Windows
# Something about this is breaking the CI runner :|, disabling for now
# - suite: rpc
# target: ''
# os: windows
# continue-on-error: true # TODO: get Python client to work on Windows
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 52f565b

Please sign in to comment.