Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
chasemc committed Nov 8, 2023
1 parent fc8cb37 commit d768106
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip3 install --upgrade setuptools pip
- name: Install sg
run: python3 -m pip install -e .[ci]
- name: Install hmmer
Expand Down

0 comments on commit d768106

Please sign in to comment.