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

Commit 36cf7bd

Browse files
test package using miniconda
1 parent c8b3d46 commit 36cf7bd

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
@@ -89,6 +89,7 @@ jobs:
8989
- name: Install dependencies Linux
9090
if: runner.os == 'linux'
9191
run: |
92+
export PATH=$PATH:$HOME/miniconda/condabin/
9293
conda create -y -n ${{env.MODEL_NAME}} python=3.11
9394
conda init
9495
conda activate ${{env.MODEL_NAME}}
@@ -98,6 +99,7 @@ jobs:
9899
- name: Install dependencies Mac
99100
if: runner.os == 'macOS'
100101
run: |
102+
export PATH=$PATH:$HOME/miniconda/condabin/
101103
conda create -y -n ${{env.MODEL_NAME}} python=3.11
102104
conda init
103105
conda activate ${{env.MODEL_NAME}}

0 commit comments

Comments
 (0)