From eee09c3ef0ae8e460482b1d4ea93062880a7ac9c Mon Sep 17 00:00:00 2001 From: Nicola Procopio Date: Fri, 9 Feb 2024 09:14:43 +0100 Subject: [PATCH] Update fastembed.yml --- .github/workflows/fastembed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fastembed.yml b/.github/workflows/fastembed.yml index ad87ccd63..fe736029a 100644 --- a/.github/workflows/fastembed.yml +++ b/.github/workflows/fastembed.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: ["3.10","3.11"] + python-version: ["3.9","3.10","3.11"] steps: - uses: actions/checkout@v4