"git@developer.sourcefind.cn:orangecat/ollama.git" did not exist on "d05da2991245cfa0cd8da0bda476c626e26caaec"
Commit d8c2a1f4 authored by muyangli's avatar muyangli
Browse files

update

parent 0bc6bdf6
...@@ -15,21 +15,18 @@ jobs: ...@@ -15,21 +15,18 @@ jobs:
- name: Set up Python - name: Set up Python
run: | run: |
source $(conda info --base)/etc/profile.d/conda.sh
which python which python
echo "Setting up Python with Conda" echo "Setting up Python with Conda"
conda create -n test_env python=3.11 -y conda create -n test_env python=3.11 -y
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
- name: Install dependencies - name: Install dependencies
run: | run: |
source $(conda info --base)/etc/profile.d/conda.sh
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
which python which python
conda install -c conda-forge gxx=11 gcc=11 conda install -c conda-forge gxx=11 gcc=11
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
echo "Installing dependencies" echo "Installing dependencies"
pip install pip install
clean-up: clean-up:
runs-on: self-hosted runs-on: self-hosted
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment