"tests/vscode:/vscode.git/clone" did not exist on "55e17907f95857f55bcb0198b7aff7d42a0edd8c"
Commit 7b8faec2 authored by muyangli's avatar muyangli
Browse files

update

parent ae935544
...@@ -19,6 +19,7 @@ jobs: ...@@ -19,6 +19,7 @@ jobs:
- name: Set up Python - name: Set up Python
shell: bash -l {0} shell: bash -l {0}
run: | run: |
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 install -n test_env -c conda-forge gxx=11 gcc=11 conda install -n test_env -c conda-forge gxx=11 gcc=11
......
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