Skip to content

Commit

Permalink
Test in CI. Install dependencies using pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-aerospike committed Oct 22, 2024
1 parent 1081031 commit d1cfa5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extensive_vector_search_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install .
working-directory: tests
working-directory: .


- name: Retrieve the secret and decode it to a file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install .
working-directory: tests
working-directory: .


- name: Retrieve the secret and decode it to a file
Expand Down

0 comments on commit d1cfa5e

Please sign in to comment.