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