Skip to content

Commit

Permalink
unterminated sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-la committed Apr 24, 2024
1 parent 6c9c429 commit 8112fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/refmap-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
sed -i 's+/Users/fabiola.curion/Documents/devel/miniconda3/envs/pipeline_env+pipeline_env+g' pipeline.yml
sed -i 's+/Users/fabiola.curion/Documents/devel/data_test.dir/data_for_scvi_test/pancreas_model/model.pt+reference_mapping/models/pancreas_model/model.pt+g' pipeline.yml
sed -i 's+/Users/fabiola.curion/Documents/devel/data_test.dir/data_for_scvi_test/pancreas_model_scanvi/model.pt+reference_mapping/models/pancreas_model_scanvi/model.pt+g' pipeline.yml
sed -i 's+max_epochs: 200+max_epochs: 20' pipeline.yml
sed -i 's+max_epochs: 200+max_epochs: 20+g' pipeline.yml
- name: File tree
if: env.debug == 'true'
Expand Down

0 comments on commit 8112fb2

Please sign in to comment.