Skip to content

Commit

Permalink
remove unnecessary condaenv cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahOuologuem committed Mar 14, 2024
1 parent 5109b66 commit cae7a9f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 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_merfish-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ jobs:
cd spatial/ingestion_merfish
curl -o pipeline.yml https://raw.githubusercontent.com/DendrouLab/panpipes-tutorials/main/docs/ingesting_merfish_data/pipeline.yml
- name: Replace template contents in configuration file
run: |
cd spatial/ingestion_merfish
sed -i 's+condaenv:+conda_env: pipeline_env+g' pipeline.yml
- name: File tree
if: env.debug == 'true'
run: tree spatial/ingestion_merfish
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 cae7a9f

Please sign in to comment.