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
0cc84451
Unverified
Commit
0cc84451
authored
Apr 29, 2022
by
Zaida Zhou
Committed by
GitHub
Apr 29, 2022
Browse files
[Fix] Fix GPG key error in CI (#1926)
parent
b30755ee
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
.github/workflows/build.yml
.github/workflows/build.yml
+8
-0
No files found.
.github/workflows/build.yml
View file @
0cc84451
...
@@ -167,6 +167,10 @@ jobs:
...
@@ -167,6 +167,10 @@ jobs:
uses
:
actions/setup-python@v2
uses
:
actions/setup-python@v2
with
:
with
:
python-version
:
${{ matrix.python-version }}
python-version
:
${{ matrix.python-version }}
-
name
:
Fetch GPG keys
run
:
|
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub
-
name
:
Install python-dev
-
name
:
Install python-dev
run
:
apt-get update && apt-get install -y python${{matrix.python-version}}-dev
run
:
apt-get update && apt-get install -y python${{matrix.python-version}}-dev
if
:
${{matrix.python-version != '3.9'}}
if
:
${{matrix.python-version != '3.9'}}
...
@@ -238,6 +242,10 @@ jobs:
...
@@ -238,6 +242,10 @@ jobs:
uses
:
actions/setup-python@v2
uses
:
actions/setup-python@v2
with
:
with
:
python-version
:
${{ matrix.python-version }}
python-version
:
${{ matrix.python-version }}
-
name
:
Fetch GPG keys
run
:
|
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub
-
name
:
Add PPA
-
name
:
Add PPA
run
:
|
run
:
|
apt-get update && apt-get install -y software-properties-common
apt-get update && apt-get install -y software-properties-common
...
...
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