Skip to content

Commit

Permalink
DOC: Notebooks updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Apr 23, 2024
1 parent 213b851 commit 3c114a2
Show file tree
Hide file tree
Showing 5 changed files with 553 additions and 252 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,15 @@ jobs:
- name: Update pip
run: |
python -m pip install --upgrade pip
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1

- name: "Install Dependencies Not Available on PyPI"
shell: bash
run: |
git clone https://github.com/AllenNeuralDynamics/aind-ccf-alignment-experiments.git
pushd aind-ccf-alignment-experiments
git checkout ${{ env.aind-ccf-alignment-experiments-tag }}
python -m pip install .
- name: "Install Dependencies with Flit"
- name: "Install Dependencies"
shell: bash
working-directory: src
run: |
python -m pip install flit
pushd src
flit install --extras all
pip install -e '.[notebook,lightsheet]'
- name: "Run Tests"
shell: bash
Expand Down
Loading

0 comments on commit 3c114a2

Please sign in to comment.