From 0d785ed16a120b18f2084412dfee07e3be271021 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Wed, 1 Nov 2023 10:28:21 -0700 Subject: [PATCH] Update HDMF_dev.yaml --- .github/workflows/HDMF_dev.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/HDMF_dev.yaml b/.github/workflows/HDMF_dev.yaml index bbd2b8fa..d2825111 100644 --- a/.github/workflows/HDMF_dev.yaml +++ b/.github/workflows/HDMF_dev.yaml @@ -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: