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
ox696c
ktransformers
Commits
3d62579a
Commit
3d62579a
authored
Mar 03, 2025
by
Jiaqi Liao
Browse files
fix environment name
parent
5fe0d138
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/install.yml
.github/workflows/install.yml
+3
-3
No files found.
.github/workflows/install.yml
View file @
3d62579a
...
...
@@ -25,13 +25,13 @@ jobs:
if
:
${{ inputs.job_to_run == 'create&install'}}
run
:
|
source /home/qujing3/anaconda3/etc/profile.d/conda.sh
conda env remove --name
KT
ransformers-dev -y
conda env remove --name
kt
ransformers-dev -y
-
name
:
Create conda environment
if
:
${{ inputs.job_to_run == 'create&install'}}
run
:
|
source /home/qujing3/anaconda3/etc/profile.d/conda.sh
conda create --name
KT
ransformers-dev python=3.11
conda activate
KT
ransformers-dev
conda create --name
kt
ransformers-dev python=3.11
conda activate
kt
ransformers-dev
conda install -c conda-forge libstdcxx-ng -y
-
name
:
Install dependencies
if
:
${{ inputs.job_to_run == 'create&install'}}
...
...
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