Skip to content

Commit

Permalink
fix: temporary test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Nov 6, 2019
1 parent 04d9aec commit 6492bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -885,11 +885,11 @@ workflows:
# This isn't strictly necessary as there is no artifact dependency, but helps economize
# CI resources by not attempting to build when we know should fail.
- test_win:
<<: *skip_on_pull_requests
# <<: *skip_on_pull_requests
requires:
- test
- test_ivy_aot_win:
<<: *skip_on_pull_requests
# <<: *skip_on_pull_requests
requires:
- test_ivy_aot

Expand Down

0 comments on commit 6492bd7

Please sign in to comment.