Skip to content

Commit

Permalink
Update hdmf_compatibility_schema.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Sep 12, 2023
1 parent 150ad4f commit a478b44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hdmf_compatibility_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
python -m pip install -r requirements-dev.txt -r requirements.txt
python -m pip install -e .
cd src/hdmf/common/hdmf-common-schema
git remote update
git fetch
git checkout ${{ github.ref }} # checkout branch
git checkout -b ${{ github.ref }} # checkout branch
cd
cd hdmf
pytest tests/unit/common/

0 comments on commit a478b44

Please sign in to comment.