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 286f312 commit f8a7b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netsci_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: 3.10.5
- name: Install netsci dependencies
run: |
conda install -c conda-forge swig boost numpy cmake pytest
$CONDA_PREFIX/bin/conda install -c conda-forge swig boost numpy cmake pytest
- name: build
run: |
mkdir build
Expand Down

0 comments on commit f8a7b94

Please sign in to comment.