Skip to content

Commit

Permalink
Update test_package_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Aug 4, 2023
1 parent b280fb0 commit f3e15a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_package_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ jobs:
run: pip install --upgrade pip
- name: Install wheel
if: matrix.package == 'wheel'
run: pip install dist/*.whl
run: pip install -e dist/*.whl
- name: Install sdist
if: matrix.package == 'sdist'
run: pip install dist/*.tar.gz
run: pip install -e dist/*.tar.gz
- name: Install archive
if: matrix.package == 'archive'
run: pip install archive/archive.tgz
run: pip install -e archive/archive.tgz
- name: Install test extras
run: pip install -e spikegadgets_to_nwb[test]
run: pip install spikegadgets_to_nwb[test]
- name: Download test rec files
env:
UCSF_BOX_TOKEN: ${{ secrets.UCSF_BOX_TOKEN }}
Expand Down

0 comments on commit f3e15a2

Please sign in to comment.