Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Aug 23, 2024
1 parent 95ad8fd commit f2986fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- name: Test database embedding
run: |
cd data
time python bin/progres embed -l filepaths.txt -o out.pt
time python bin/progres search -q query.pdb -t out.pt
time python ../bin/progres embed -l filepaths.txt -o out.pt
time python ../bin/progres search -q query.pdb -t out.pt
test_pypi:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit f2986fa

Please sign in to comment.