Skip to content

Commit

Permalink
Force python 3.10 to install first
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Oct 30, 2023
1 parent 27c0d1a commit 2aac20f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2aac20f

Please sign in to comment.