Skip to content

Commit

Permalink
WIP: install fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed Nov 7, 2023
1 parent c2f2fbf commit 0e63d32
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: 'test'
name: 'test-notebooks'

on:
[push, pull_request]

env:
aind-ccf-alignment-experiments-tag: 756e846d08b07fcffbc3c387216a59a9fa563fd6

jobs:
pytest:
name: "Test with PyTest"
name: "Test Jupyter Notebooks with PyTest"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -17,13 +20,15 @@ jobs:
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"
shell: bash
run: |
python -m pip install flit
cd src
pushd src
flit install --extras all
- name: "Run Tests"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: "Run Tests"
shell: bash
run: |
pytest ./src
pytest ./test

0 comments on commit 0e63d32

Please sign in to comment.