Skip to content

Commit

Permalink
Merge branch 'main' into fix/launch-test
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair authored Apr 4, 2024
2 parents ac3dde9 + 76a47d8 commit beca1c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ jobs:
apt install --reinstall ca-certificates
apt install lsb-release xvfb software-properties-common -y
add-apt-repository ppa:deadsnakes/ppa -y
apt install -y python${{ env.MAIN_PYTHON_VERSION }} python${{ env.MAIN_PYTHON_VERSION }}-venv
python${{ env.MAIN_PYTHON_VERSION }} -m venv /env
apt install -y python${{ matrix.python-version }} python${{ matrix.python-version }}-venv
python${{ matrix.python-version }} -m venv /env
- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/681.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix: Add matrix python in embedding test

0 comments on commit beca1c6

Please sign in to comment.