diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index eb7a770f..b5574106 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -37,9 +37,16 @@ jobs: run: brew install hdf5 # Run tests - - uses: actions/checkout@v3 + - name: Set up Python 3.10 + if: runner.os == 'Windows' + uses: actions/setup-python@v4 + with: + python-version: 3.10 + - name: Setup tmate session + if: runner.os == 'Windows' uses: mxschmitt/action-tmate@v3 + - uses: neuroinformatics-unit/actions/test@v2 with: python-version: ${{ matrix.python-version }}