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 5, 2019
1 parent 48347cb commit 769228c
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 @@ -884,11 +884,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 769228c

Please sign in to comment.