Skip to content

Commit

Permalink
Fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Dec 7, 2023
1 parent 94ece07 commit 5bb7571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Check sdist
run: twine check --strict dist/*
- name: Install sdist
run: python -m pip install ./dist/mne-bids-*
run: python -m pip install ./dist/mne_bids-*
- name: Clean up working directory
run: rm -rf ./*
- name: Try importing mne_bids
Expand Down

0 comments on commit 5bb7571

Please sign in to comment.