From f2986fa387303a88a3ec3bb285060ead183c4dd3 Mon Sep 17 00:00:00 2001 From: Joe Greener Date: Fri, 23 Aug 2024 12:46:49 +0100 Subject: [PATCH] fix CI --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 82ada1f..26d8954 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: