Skip to content

Commit

Permalink
Pave the way for cran Submission
Browse files Browse the repository at this point in the history
  • Loading branch information
adrientaudiere committed Feb 6, 2024
1 parent 7e1da5e commit 4766876
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ jobs:

- name: Install mumu
run: |
git clone https://github.com/frederic-mahe/mumu.git \
&& cd ./mumu/ \
&& make \
&& make check \
&& sudo make install
git clone https://github.com/frederic-mahe/mumu.git \
&& cd ./mumu/ \
&& make \
&& make check \
&& sudo make install
- name: Install swarm
run: |
git clone https://github.com/torognes/swarm.git \
&& cd swarm/ \
&& make
git clone https://github.com/torognes/swarm.git \
&& cd swarm/ \
&& make
- name: Install cutadapt
run: |
sudo python3 -m pip install cutadapt
sudo python3 -m pip install cutadapt
- name: Test coverage
run: |
Expand Down

0 comments on commit 4766876

Please sign in to comment.