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
5dec9333
Commit
5dec9333
authored
Apr 10, 2025
by
muyangli
Browse files
update
parent
3bae0940
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
.github/workflows/pr_test.yaml
.github/workflows/pr_test.yaml
+10
-2
No files found.
.github/workflows/pr_test.yaml
View file @
5dec9333
...
@@ -16,5 +16,13 @@ jobs:
...
@@ -16,5 +16,13 @@ jobs:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
with
:
with
:
submodules
:
true
# pulls submodules too
submodules
:
true
# pulls submodules too
-
name
:
test where am i
-
name
:
Set up Python
run
:
echo $PWD
run
:
|
echo "Setting up Python with Conda"
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
run
:
|
which python
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