Commit ae935544 authored by muyangli's avatar muyangli
Browse files

update

parent 5dec9333
...@@ -17,6 +17,7 @@ jobs: ...@@ -17,6 +17,7 @@ jobs:
with: with:
submodules: true # pulls submodules too submodules: true # pulls submodules too
- name: Set up Python - name: Set up Python
shell: bash -l {0}
run: | run: |
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
...@@ -24,5 +25,6 @@ jobs: ...@@ -24,5 +25,6 @@ jobs:
conda activate test_env conda activate test_env
- name: see what python version is - name: see what python version is
shell: bash -l {0}
run: | run: |
which python which python
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