Skip to content

Commit

Permalink
python setup before conda
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Nov 29, 2023
1 parent 2d72ee0 commit 9fe6b72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
if: runner.os == 'macOS'
run: brew install hdf5

- name: Set up Python ${{ matrix.python-version }}
if: runner.os == 'Windows'
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Setup Conda
if: runner.os == 'Windows'
uses: s-weigand/setup-conda@v1
Expand Down

0 comments on commit 9fe6b72

Please sign in to comment.