Skip to content

Commit

Permalink
Disable tests on Windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Jun 17, 2020
1 parent fade134 commit 3e64ea2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ForwardDiff_Tracker.yml
Expand Up @@ -18,9 +18,12 @@ jobs:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x86
- x64
exclude:
- os: macOS-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/ReverseDiff.yml
Expand Up @@ -18,9 +18,12 @@ jobs:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x86
- x64
exclude:
- os: macOS-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/Zygote.yml
Expand Up @@ -17,9 +17,12 @@ jobs:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x86
- x64
exclude:
- os: macOS-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 3e64ea2

Please sign in to comment.