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 8fd76ef commit d9effbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/netsci_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
auto-activate-base: false
activate-environment: netsci
environment-file: netsci.yml
- name: activate netsci conda environment
run: |
source activate netsci
- name: build
run: |
mkdir build
Expand Down

0 comments on commit d9effbc

Please sign in to comment.