Skip to content

Commit 19df8be

Browse files
authored
Merge branch 'main' into vmodel
2 parents a7f21c5 + 6fb0c5d commit 19df8be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test_pr_and_main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ jobs:
8686
other: [""]
8787
category: [""]
8888

89+
# win/3.8 conda builds no longer work due to environment not being able
90+
# to resolve. We are skipping it now.
91+
exclude:
92+
- os: windows-latest
93+
python: 3.8
8994
include:
9095
- os: ubuntu-latest
9196
TARGET: linux

0 commit comments

Comments
 (0)