Skip to content

Commit

Permalink
Add step for mamba init
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed May 26, 2024
1 parent 990e661 commit 19f26ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
activate-environment: true
python-version: ${{ matrix.python }}

- name: Initialize mamba
run: mamba init

- name: Install MKL
run: |
mamba init
mamba install -c conda-forge mkl-devel mkl-service --override-channels
mamba activate
python -c "import sys; print(sys.executable)"
Expand All @@ -47,7 +49,6 @@ jobs:
- name: Build conda package
run: |
mamba init
mamba activate
pip install --no-cache-dir cython pytest hypothesis
pip install --no-cache-dir numpy ${{ matrix.use_pre }}
Expand Down

0 comments on commit 19f26ee

Please sign in to comment.