Skip to content

Commit

Permalink
do not install python dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas committed Feb 22, 2024
1 parent 41a55d3 commit e1393ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/chroma-cluster-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install test dependencies
run: python -m pip install -r requirements.txt && python -m pip install -r requirements_dev.txt
- name: Install Tilt
run: |
TILT_VERSION="0.33.3"
Expand Down

0 comments on commit e1393ef

Please sign in to comment.