We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb85f61 commit 3265c00Copy full SHA for 3265c00
.github/workflows/test-included-binaries.yaml
@@ -46,6 +46,12 @@ jobs:
46
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
47
echo "$env:USERPROFILE\.cargo\bin" >> $env:GITHUB_PATH
48
49
+ - name: Install dependencies
50
+ run: |
51
+ cd pypet2bids
52
+ uv add --dev pytest
53
+ uv sync
54
+
55
- name: Debug Session
56
uses: mxschmitt/action-tmate@v3
57
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
0 commit comments