Skip to content

Commit

Permalink
feat: enabled self-hosted CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
amstokely committed Nov 27, 2023
1 parent dbe1cd0 commit bdc411a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/netsci_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCONDA_DIR=$CONDA_PREFIX
cmake .. -DCONDA_DIR=$CONDA_PREFIX -DCUDA_ARCHITECTURE=52
cmake --build . -j
make python
- name: ctest
Expand All @@ -32,7 +32,4 @@ jobs:
ctest
- name: pytest
run: |
cd tests/cuarray/python
pytest
cd ../../netsci/python
pytest
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.21)
PROJECT(netsci LANGUAGES CXX)
PROJECT(netsci LANGUAGES CXX CUDA)
SET(CMAKE_CXX_STANDARD 14)
SET(CMAKE_BUILD_TYPE Release)

Expand Down

0 comments on commit bdc411a

Please sign in to comment.