Skip to content

Commit 3265c00

Browse files
committed
install pytest for testing helps
1 parent cb85f61 commit 3265c00

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-included-binaries.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
4747
echo "$env:USERPROFILE\.cargo\bin" >> $env:GITHUB_PATH
4848
49+
- name: Install dependencies
50+
run: |
51+
cd pypet2bids
52+
uv add --dev pytest
53+
uv sync
54+
4955
- name: Debug Session
5056
uses: mxschmitt/action-tmate@v3
5157
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

0 commit comments

Comments
 (0)