Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
[CI] Install dependencies before wheel
Browse files Browse the repository at this point in the history
So the VENV will exist
  • Loading branch information
igiloh-pinecone committed Oct 31, 2023
1 parent 531b2e5 commit 043cb0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pre-release-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ jobs:
name: wheels-py${{ matrix.python-version }}
path: ./dist/

- name: Install dev dependencies
run: |
poetry install --no-root --only dev --no-interaction
- name: Install the wheel
run: |
source $VENV
pip install dist/pinecone_canopy*.whl
- name: Install dev dependencies
run: |
poetry install --no-root --only dev --no-interaction
- name: Debug print canopy
run: |
python -c "import canopy; print(canopy.__file__)"
Expand Down

0 comments on commit 043cb0d

Please sign in to comment.