Skip to content

Commit

Permalink
Install CRISPResso and ydiff
Browse files Browse the repository at this point in the history
  • Loading branch information
Snicker7 authored Feb 22, 2024
1 parent cb5f3ef commit 03b46f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y gcc g++ bowtie2 samtools libsys-hostname-long-perl
- name: Install CRISPResso2
run: |
pip install ydiff
pip install -e .
- name: Copy C2_tests repo
uses: actions/checkout@master
with:
Expand All @@ -45,9 +50,4 @@ jobs:

- name: Run Integration Tests
run: |
pwd
ls
cd $GITHUB_WORKSPACE
pwd
ls
make test

0 comments on commit 03b46f4

Please sign in to comment.