diff --git a/.github/workflows/macos_x86.yml b/.github/workflows/macos_x86.yml index 2986389be..372ea3240 100644 --- a/.github/workflows/macos_x86.yml +++ b/.github/workflows/macos_x86.yml @@ -46,7 +46,7 @@ jobs: python -m venv venv source venv/bin/activate python -m pip install --upgrade pip - python -m pip install setuptools wheel build + python -m pip install wheel python -m pip install -r requirements/development.txt - name: Build extension module run: |