Skip to content

Commit

Permalink
feat: enabled CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
amstokely committed Nov 27, 2023
1 parent c7b8cfb commit 2e96cfe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/netsci_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
auto-activate-base: false
show-channel-urls: true
activate-environment: netsci
name: build

- name: build
shell: bash -l {0}
run: |
mkdir build
cd build
cmake ..
mkdir build
cd build
cmake ..

0 comments on commit 2e96cfe

Please sign in to comment.