Commit ae935544 authored by muyangli's avatar muyangli
Browse files

update

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