Skip to content

Commit

Permalink
Activate mamba base environment
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed May 26, 2024
1 parent c8ca7dd commit f44dd14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Install MKL
run: |
mamba install -c conda-forge mkl-devel mkl-service --override-channels
mamba activate
python -c "import sys; print(sys.executable)"
which python
python -c "import mkl; print(mkl.__file__)"
Expand Down

0 comments on commit f44dd14

Please sign in to comment.