Skip to content

Commit b35cb46

Browse files
committed
fix: .
1 parent fc8cb37 commit b35cb46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dev_ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
uses: actions/setup-python@v4
2525
with:
2626
python-version: ${{ matrix.python-version }}
27+
- name: Install dependencies
28+
run: pip3 install --upgrade setuptools pip
2729
- name: Install sg
2830
run: python3 -m pip install -e .[ci]
2931
- name: Install hmmer

0 commit comments

Comments
 (0)