Unverified Commit 4d368e0e authored by Ruilong Li(李瑞龙)'s avatar Ruilong Li(李瑞龙) Committed by GitHub
Browse files

Workflow (#191)

* update workflow

* tiny fix

* format

* format

* fix workflow

* fix workflow
parent 7a81e145
...@@ -95,7 +95,7 @@ jobs: ...@@ -95,7 +95,7 @@ jobs:
- name: Install main package for CPU - name: Install main package for CPU
if: ${{ matrix.cuda-version == 'cpu' }} if: ${{ matrix.cuda-version == 'cpu' }}
run: | run: |
FORCE_ONLY_CPU=1 pip install -e . BUILD_NO_CUDA=1 pip install .
shell: shell:
bash bash
......
...@@ -58,8 +58,7 @@ else ...@@ -58,8 +58,7 @@ else
sudo apt-key add /var/cuda-repo-${APT_KEY}/7fa2af80.pub sudo apt-key add /var/cuda-repo-${APT_KEY}/7fa2af80.pub
fi fi
sudo apt-get -qq update sudo apt-get update
sudo apt install cuda-nvcc-${CUDA/./-} cuda-libraries-dev-${CUDA/./-} cuda-command-line-tools-${CUDA/./-} sudo apt-get -y install cuda
sudo apt clean
rm -f ${FILENAME} rm -f ${FILENAME}
\ No newline at end of file
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