Skip to content

Commit

Permalink
disable patch install
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-la committed Jun 28, 2024
1 parent f86dedd commit 9da4074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration01-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install Panpipes
shell: bash -el {0}
run: |
pip install '.[multivipatch]'
pip install -e . #'.[multivipatch]'
conda list
- name: Conda info
Expand Down

0 comments on commit 9da4074

Please sign in to comment.