From fe646511d12ce028b3b56bc643dded785e1f4de3 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 19 Feb 2023 16:29:31 +0100 Subject: [PATCH] Python3 is already available --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f5fe4186..89e831a1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,6 @@ jobs: - name: Retrieve source code uses: actions/checkout@v3 - - name: Setup python 3.9 - uses: actions/setup-python@v3 - with: - python-version: '3.9' - - name: Install packages run: | brew update