From 0a2724d8c740354acf4df0c5e1f32acba337dbd8 Mon Sep 17 00:00:00 2001 From: olgavrou Date: Tue, 29 Aug 2023 06:27:56 -0400 Subject: [PATCH] test --- .github/workflows/langchain_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/langchain_ci.yml b/.github/workflows/langchain_ci.yml index 8f1fc5d8744..8cd13b40eee 100644 --- a/.github/workflows/langchain_ci.yml +++ b/.github/workflows/langchain_ci.yml @@ -60,7 +60,7 @@ jobs: - "3.8" - "3.9" - "3.10" - - "3.11" + - "3.11.3" name: Python ${{ matrix.python-version }} extended tests steps: - uses: actions/checkout@v3