Skip to content

Commit

Permalink
Merge pull request #746 from dandi/gh-745
Browse files Browse the repository at this point in the history
Test against rc/2.0.0 branch of pynwb
  • Loading branch information
yarikoptic authored Jul 29, 2021
2 parents 34b45df + b0c1ee4 commit 2fe89f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- os: ubuntu-18.04
python: 3.7
mode: dev-deps
- os: ubuntu-18.04
python: 3.7
mode: dev-deps2
- os: ubuntu-18.04
python: 3.7
mode: dandi-devel
Expand Down Expand Up @@ -76,6 +79,11 @@ jobs:
run: |
pip install git+https://github.com/NeurodataWithoutBorders/pynwb
- name: Install rc/2.0.0 branch of pynwb
if: matrix.mode == 'dev-deps2'
run: |
pip install git+https://github.com/NeurodataWithoutBorders/pynwb@rc/2.0.0
- name: Set DANDI_DEVEL=1
if: matrix.mode == 'dandi-devel'
run: echo DANDI_DEVEL=1 >> "$GITHUB_ENV"
Expand Down

0 comments on commit 2fe89f6

Please sign in to comment.