Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit d9bdf2a

Browse files
test package using miniconda
1 parent 2f07fc3 commit d9bdf2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ jobs:
119119
- name: prepare python package unix
120120
if : runner.os != 'windows'
121121
run: |
122+
export PATH=$PATH:$HOME/miniconda/bin/
123+
source $HOME/miniconda/bin/activate base
122124
conda activate ${{env.MODEL_NAME}}
123125
PYTHON_PATH=$(which python)
124126
echo $PYTHON_PATH

0 commit comments

Comments
 (0)