We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2536ef commit 6908d4dCopy full SHA for 6908d4d
.github/workflows/integration_tests.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Install dependencies
22
run: |
23
- apt install bedtools
+ sudo apt install bedtools
24
python -m pip install --upgrade pip
25
pip install -r requirements.txt
26
pip install .
0 commit comments