Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
32cc2f7c
You need to sign in or sign up before continuing.
Unverified
Commit
32cc2f7c
authored
Dec 20, 2022
by
q.yao
Committed by
GitHub
Dec 20, 2022
Browse files
[Fix] Fix the version of Windows OS to 2019 (#2503)
parent
d510b8b1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.github/workflows/merge_stage_test.yml
.github/workflows/merge_stage_test.yml
+2
-2
.github/workflows/pr_stage_test.yml
.github/workflows/pr_stage_test.yml
+2
-2
No files found.
.github/workflows/merge_stage_test.yml
View file @
32cc2f7c
...
...
@@ -243,7 +243,7 @@ jobs:
MMCV_WITH_OPS
:
0
strategy
:
matrix
:
os
:
[
windows-20
22
]
os
:
[
windows-20
19
]
python-version
:
[
3.7
]
steps
:
-
uses
:
actions/checkout@v2
...
...
@@ -269,7 +269,7 @@ jobs:
runs-on
:
${{ matrix.os }}
strategy
:
matrix
:
os
:
[
windows-20
22
]
os
:
[
windows-20
19
]
python
:
[
3.7
]
torch
:
[
1.8.1
,
1.10.1
]
include
:
...
...
.github/workflows/pr_stage_test.yml
View file @
32cc2f7c
...
...
@@ -101,7 +101,7 @@ jobs:
MMCV_WITH_OPS
:
0
strategy
:
matrix
:
os
:
[
windows-20
22
]
os
:
[
windows-20
19
]
python-version
:
[
3.7
]
steps
:
-
uses
:
actions/checkout@v2
...
...
@@ -127,7 +127,7 @@ jobs:
runs-on
:
${{ matrix.os }}
strategy
:
matrix
:
os
:
[
windows-20
22
]
os
:
[
windows-20
19
]
python
:
[
3.7
]
platform
:
[
cpu
,
cu111
]
steps
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment