Skip to content

Commit

Permalink
Update documentation with new features and instructions for new blocks (
Browse files Browse the repository at this point in the history
  • Loading branch information
menon-karthik authored Jul 10, 2024
1 parent 2b7b80d commit 88bc130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: sudo apt update && sudo apt install build-essential cmake lcov
- name: Install svZeroDSolver
run: |
#export PATH="/usr/share/miniconda/bin:$PATH"
#alias conda="$CONDA/bin/conda"
conda create -n zerod python=3.11.4
conda run -n zerod pip install -e ".[dev]"
- name: Test the build
Expand Down

0 comments on commit 88bc130

Please sign in to comment.