Skip to content

Commit

Permalink
Merge pull request #1116 from dandi/gh-1113
Browse files Browse the repository at this point in the history
Test against dev version of keyring package
  • Loading branch information
yarikoptic committed Sep 15, 2022
2 parents 17e0b04 + 3d700b8 commit ae35684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ jobs:
python -m pip install --upgrade pip wheel
pip install ".[test]"
- name: Install dev version of pynwb and nwbinspector
- name: Install dev versions of select dependencies
if: matrix.mode == 'dev-deps'
run: |
pip install git+https://github.com/jaraco/keyring
pip install git+https://github.com/NeurodataWithoutBorders/nwbinspector
pip install git+https://github.com/NeurodataWithoutBorders/pynwb
Expand Down

0 comments on commit ae35684

Please sign in to comment.