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
ae935544
Commit
ae935544
authored
Apr 10, 2025
by
muyangli
Browse files
update
parent
5dec9333
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.github/workflows/pr_test.yaml
.github/workflows/pr_test.yaml
+2
-0
No files found.
.github/workflows/pr_test.yaml
View file @
ae935544
...
@@ -17,6 +17,7 @@ jobs:
...
@@ -17,6 +17,7 @@ jobs:
with
:
with
:
submodules
:
true
# pulls submodules too
submodules
:
true
# pulls submodules too
-
name
:
Set up Python
-
name
:
Set up Python
shell
:
bash -l {0}
run
:
|
run
:
|
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
...
@@ -24,5 +25,6 @@ jobs:
...
@@ -24,5 +25,6 @@ jobs:
conda activate test_env
conda activate test_env
-
name
:
see what python version is
-
name
:
see what python version is
shell
:
bash -l {0}
run
:
|
run
:
|
which python
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