Skip to content

Commit

Permalink
Tweak installer test to just use dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Feb 5, 2024
1 parent e52bb15 commit bd470ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install package directly from the current repository
run: |
pip install git+https://github.com/${{ github.repository }}@${{ github.event.ref }}
pip install git+https://github.com/${{ github.repository }}@$develop
- name: Run post-installation test
run: |
python -c "from hed.models.hed_string import HedString; print('Import test passed.')"

0 comments on commit bd470ad

Please sign in to comment.