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
0bc6bdf6
Commit
0bc6bdf6
authored
Apr 10, 2025
by
muyangli
Browse files
update
parent
c4c77d24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
4 deletions
+19
-4
.github/workflows/pr_test.yaml
.github/workflows/pr_test.yaml
+19
-4
No files found.
.github/workflows/pr_test.yaml
View file @
0bc6bdf6
...
...
@@ -10,17 +10,32 @@ jobs:
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v4
with
:
submodules
:
true
-
name
:
Set up Python
run
:
|
source $(conda info --base)/etc/profile.d/conda.sh
which python
echo "Setting up Python with Conda"
conda create -n test_env python=3.11 -y
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
-
name
:
see what python version i
s
-
name
:
Install dependencie
s
run
:
|
source $(conda info --base)/etc/profile.d/conda.sh
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
which python
conda install -c conda-forge gxx=11 gcc=11
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
echo "Installing dependencies"
pip install
clean-up
:
runs-on
:
self-hosted
needs
:
set-up-test-env
steps
:
-
name
:
Clean up
run
:
|
echo $PWD
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