Skip to content

Commit

Permalink
remove unnecessary condaenv cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahOuologuem committed Mar 14, 2024
1 parent ee91b05 commit 157b80d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/spatial_deconvolution-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
- name: Replace template contents in configuration file
run: |
cd deconvolution
sed -i 's+condaenv:+conda_env: pipeline_env+g' pipeline.yml
sed -i 's+use_gpu:+use_gpu: False+g' pipeline.yml
sed -i 's+max_epochs: 400+max_epochs: 50+g' pipeline.yml
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/spatial_ingestion_visium-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ jobs:
cd spatial/ingestion
curl -o pipeline.yml https://raw.githubusercontent.com/DendrouLab/panpipes-tutorials/main/docs/ingesting_visium_data/pipeline.yml
- name: Replace template contents in configuration file
run: |
cd spatial/ingestion
sed -i 's+condaenv:+conda_env: pipeline_env+g' pipeline.yml
- name: File tree
if: env.debug == 'true'
run: tree spatial/ingestion
Expand Down

0 comments on commit 157b80d

Please sign in to comment.