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
tianlh
LightGBM-DCU
Commits
e9f51698
Unverified
Commit
e9f51698
authored
Nov 10, 2020
by
Nikita Titov
Committed by
GitHub
Nov 10, 2020
Browse files
[ci] fix CUDA CI builds (#3549)
parent
199fb236
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/cuda.yml
.github/workflows/cuda.yml
+2
-1
No files found.
.github/workflows/cuda.yml
View file @
e9f51698
...
@@ -38,7 +38,7 @@ jobs:
...
@@ -38,7 +38,7 @@ jobs:
-
name
:
Remove old folder with repository
-
name
:
Remove old folder with repository
run
:
sudo rm -rf $GITHUB_WORKSPACE
run
:
sudo rm -rf $GITHUB_WORKSPACE
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v
2.3.4
uses
:
actions/checkout@v
1
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
submodules
:
true
submodules
:
true
...
@@ -52,6 +52,7 @@ jobs:
...
@@ -52,6 +52,7 @@ jobs:
OS_NAME=linux
OS_NAME=linux
BUILD_DIRECTORY=$ROOT_DOCKER_FOLDER
BUILD_DIRECTORY=$ROOT_DOCKER_FOLDER
CONDA_ENV=test-env
CONDA_ENV=test-env
PYTHON_VERSION=3.8
EOF
EOF
cat > docker-script.sh <<EOF
cat > docker-script.sh <<EOF
export CONDA=\$HOME/miniconda
export CONDA=\$HOME/miniconda
...
...
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