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 0ef0fa6 commit 0717b45
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/HDMF_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
run: |
python -m pip install -r requirements-dev.txt -r requirements.txt
- 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 0717b45

Please sign in to comment.