Skip to content

Commit

Permalink
ENG-1596: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
AsadHasan-Rasa committed Jan 15, 2025
1 parent e98d5fe commit 8ea381d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ jobs:

- name: Create virtual environment
if: steps.cache-poetry.outputs.cache-hit != 'true'
run: python -m venv .venv
run: python -m venv create .venv

- name: Set up virtual environment
run: poetry config virtualenvs.in-project true

- name: Install pip dependencies from requirements file
run: |
source .venv/bin/activate
which pip
pip install -r qdrant-requirements.txt
# Authenticate with gcloud for release registry (where Rasa is published)
Expand Down

0 comments on commit 8ea381d

Please sign in to comment.