diff --git a/.github/workflows/macOS-Universal.yml b/.github/workflows/macOS-Universal.yml index 0f23b4084814e..f2fd4aacdf2a0 100644 --- a/.github/workflows/macOS-Universal.yml +++ b/.github/workflows/macOS-Universal.yml @@ -141,6 +141,10 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/download-artifact@v3 + - uses: actions/setup-python@v4 + with: + python-version: '3.10' + - name: Create environment 🌲 shell: bash run: |