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 29907d8 commit ba6f6d7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/netsci_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ jobs:
with:
miniconda-version: "latest"
channels: bioconda, conda-forge, defaults, anaconda
packages: cmake, swig, pytest, doxygen, boost, numpy
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
auto-update-conda: true
auto-activate-base: false
activate-environment: netsci
environment-file: netsci.yml
- name: activate netsci conda environment
run: source activate netsci
auto-activate-base: true
- name: build
run: |
mkdir build
Expand Down

0 comments on commit ba6f6d7

Please sign in to comment.