Skip to content

Commit

Permalink
Do not alter path
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed May 26, 2024
1 parent 7f8239e commit 39aa4f8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build_pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ jobs:
activate-environment: true
python-version: ${{ matrix.python }}

- name: Set pkgs_dirs
run: |
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
- name: Add conda to system path
run: echo $CONDA/bin >> $GITHUB_PATH

- name: Install MKL
run: conda install -c conda-forge mkl-devel mkl-service --override-channels

Expand Down

0 comments on commit 39aa4f8

Please sign in to comment.