Unverified Commit e9f51698 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] fix CUDA CI builds (#3549)

parent 199fb236
...@@ -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@v2.3.4 uses: actions/checkout@v1
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment