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
e5f55bd2
Unverified
Commit
e5f55bd2
authored
Mar 10, 2021
by
Yezhen Cong
Committed by
GitHub
Mar 10, 2021
Browse files
using ubuntu 18.04 in github workflow (#350)
parent
8b131f52
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/build.yml
.github/workflows/build.yml
+2
-2
.github/workflows/deploy.yml
.github/workflows/deploy.yml
+1
-1
No files found.
.github/workflows/build.yml
View file @
e5f55bd2
...
@@ -7,7 +7,7 @@ on: [push, pull_request]
...
@@ -7,7 +7,7 @@ on: [push, pull_request]
jobs
:
jobs
:
lint
:
lint
:
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
18.04
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
Set up Python
3.7
-
name
:
Set up Python
3.7
...
@@ -34,7 +34,7 @@ jobs:
...
@@ -34,7 +34,7 @@ jobs:
UBUNTU_VERSION
:
ubuntu1804
UBUNTU_VERSION
:
ubuntu1804
FORCE_CUDA
:
1
FORCE_CUDA
:
1
CUDA_ARCH
:
${{matrix.cuda_arch}}
CUDA_ARCH
:
${{matrix.cuda_arch}}
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
18.04
strategy
:
strategy
:
matrix
:
matrix
:
python-version
:
[
3.6
,
3.7
]
python-version
:
[
3.6
,
3.7
]
...
...
.github/workflows/deploy.yml
View file @
e5f55bd2
...
@@ -4,7 +4,7 @@ on: push
...
@@ -4,7 +4,7 @@ on: push
jobs
:
jobs
:
build-n-publish
:
build-n-publish
:
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
18.04
if
:
startsWith(github.event.ref, 'refs/tags')
if
:
startsWith(github.event.ref, 'refs/tags')
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
...
...
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