Commit c83a0670 authored by muyangli's avatar muyangli
Browse files

debugging

parent 7b8faec2
...@@ -9,23 +9,15 @@ jobs: ...@@ -9,23 +9,15 @@ jobs:
steps: steps:
- name: Check runner is online - name: Check runner is online
run: echo "Self-hosted runner is online!" run: echo "Self-hosted runner is online!"
set-up-environment:
runs-on: self-hosted
needs: ping-runner
steps:
- uses: actions/checkout@v4
with:
submodules: true # pulls submodules too
- name: Set up Python - name: Set up Python
shell: bash -l {0}
run: | run: |
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 install -n test_env -c conda-forge gxx=11 gcc=11
conda activate test_env
- name: see what python version is - name: see what python version is
shell: bash -l {0} shell: bash -l {0}
run: | run: |
conda activate test_env
which python which python
conda install -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