Skip to content

Commit

Permalink
fix for env path
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Aug 21, 2024
1 parent 3483388 commit b07ec2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/import.smk
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ rule cp_from_gcs:
container:
None
conda:
"envs/google_cloud.yaml"
"../envs/google_cloud.yaml"
shell:
"mkdir -p {output} && gcloud storage cp --recursive {params.dataset_path}/* {output}"

Expand Down

0 comments on commit b07ec2b

Please sign in to comment.