From 5218099cb1c1c809f9aa994cd0a37d1b76a000b3 Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Mon, 1 Jul 2024 17:32:46 +0300 Subject: [PATCH] Fixed CI error from #2046 (#2047) --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 59e6b372..985d6ddd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,6 @@ jobs: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] exclude: - python-version: "3.9" - reason: "3.9 is currently flaky on GitHub Actions" steps: - name: Install system packages run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev