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
mmdetection3d
Commits
f8e3ce89
Unverified
Commit
f8e3ce89
authored
Apr 26, 2023
by
Xiang Xu
Committed by
GitHub
Apr 26, 2023
Browse files
[CI] Fix CI in merge stage (#2470)
parent
bb30c671
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/merge_stage_test.yml
.github/workflows/merge_stage_test.yml
+1
-1
No files found.
.github/workflows/merge_stage_test.yml
View file @
f8e3ce89
...
@@ -208,7 +208,7 @@ jobs:
...
@@ -208,7 +208,7 @@ jobs:
with
:
with
:
python-version
:
${{ matrix.python }}
python-version
:
${{ matrix.python }}
-
name
:
Upgrade pip
-
name
:
Upgrade pip
run
:
pip install pip --upgrade && pip install wheel
run
:
python -m
pip install pip --upgrade && pip install wheel
-
name
:
Install lmdb
-
name
:
Install lmdb
run
:
pip install lmdb
run
:
pip install lmdb
-
name
:
Install PyTorch
-
name
:
Install PyTorch
...
...
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