Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
c4c77d24
Commit
c4c77d24
authored
Apr 10, 2025
by
muyangli
Browse files
update
parent
c83a0670
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
.github/workflows/pr_test.yaml
.github/workflows/pr_test.yaml
+8
-5
No files found.
.github/workflows/pr_test.yaml
View file @
c4c77d24
...
@@ -4,11 +4,13 @@ on:
...
@@ -4,11 +4,13 @@ on:
workflow_dispatch
:
workflow_dispatch
:
jobs
:
jobs
:
ping-runner
:
set-up-test-env
:
runs-on
:
self-hosted
runs-on
:
self-hosted
steps
:
steps
:
-
name
:
Check runner is online
-
name
:
Checkout
run
:
echo "Self-hosted runner is online!"
uses
:
actions/checkout@v4
-
name
:
Set up Python
-
name
:
Set up Python
run
:
|
run
:
|
which python
which python
...
@@ -16,8 +18,9 @@ jobs:
...
@@ -16,8 +18,9 @@ jobs:
conda create -n test_env python=3.11 -y
conda create -n test_env python=3.11 -y
-
name
:
see what python version is
-
name
:
see what python version is
shell
:
bash -l {0}
run
:
|
run
:
|
conda activate test_env
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment