Skip to content

Commit

Permalink
Update HDMF_dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Nov 1, 2023
1 parent 0717b45 commit 0d785ed
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/HDMF_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ jobs:
- name: Install HDMF_Zarr Requirements
run: |
python -m pip install -r requirements-dev.txt -r requirements.txt
python -m pip install -e .
# - name: Clone HDMF Dev Branch
# run: |
# git clone https://github.com/hdmf-dev/hdmf.git --recurse-submodules
# cd hdmf
# python -m pip install -r requirements-dev.txt -r requirements.txt
# python -m pip install -e .
# cd ..
- name: Clone HDMF Dev Branch
run: |
git clone https://github.com/hdmf-dev/hdmf.git --recurse-submodules
cd hdmf
python -m pip install -r requirements-dev.txt -r requirements.txt
python -m pip install -e .
cd ..
- name: Run HDMF_Zarr Tests
run:
Expand Down

0 comments on commit 0d785ed

Please sign in to comment.