Skip to content

Commit

Permalink
removed step Install dev versions of QIIME repos
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Jul 2, 2024
1 parent df9c981 commit 61fd9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
run: mamba env update -n conda-env -f environment.yml
if: steps.cache.outputs.cache-hit != 'true'

- name: Install dev versions of QIIME repos
run: mamba run -n conda-env pip install ${{ steps.create-conda-yaml.outputs.qiime-deps }}
# - name: Install dev versions of QIIME repos
# run: mamba run -n conda-env pip install ${{ steps.create-conda-yaml.outputs.qiime-deps }}

- name: Update specific dependency, if requested
if: contains(${{ steps.get-commit-msg.outputs.commit-msg }}, '[add:')
Expand Down

0 comments on commit 61fd9d3

Please sign in to comment.