Skip to content

Commit

Permalink
create conda envs in wd
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Oct 5, 2023
1 parent 145bc53 commit f33b37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Install dependencies for qc and assembly
if: steps.get-envs.outputs.cache-hit != 'true'
run: atlas run assembly --conda-create-envs-only
run: atlas run assembly --conda-create-envs-only -w wd

# - name: compress conda envs
# run: |
Expand Down

0 comments on commit f33b37e

Please sign in to comment.