Skip to content

Commit

Permalink
Fix path to conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Mar 5, 2024
1 parent 65082d2 commit 9b8f8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_meteor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
environment-file: conda/build_env.yaml
environment-file: conda_recipe/meta.yaml
auto-update-conda: false
channels: conda-forge,bioconda,aghozlane,defaults
- name: Build and upload the conda packages
Expand Down

0 comments on commit 9b8f8d4

Please sign in to comment.