Skip to content

Commit

Permalink
edit: cuda action add conda activate
Browse files Browse the repository at this point in the history
  • Loading branch information
HPDell committed Nov 7, 2023
1 parent 05d9402 commit 4cbde57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
uses: actions/checkout@v3
- name: CMake build and test
run: |
conda activate
mkdir build
cmake -B build -S . -DCMAKE_BUILD_TYPE=Debug -DENABLE_OpenMP=FALSE -DCMAKE_PREFIX_PATH=~/.conda/envs/gwm -DENABLE_CUDA=TRUE -DCMAKE_CUDA_ARCHITECTURES=70
cmake --build build --config Debug
Expand Down

0 comments on commit 4cbde57

Please sign in to comment.