Skip to content

Commit

Permalink
don't install setuptools/wheel for macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Dec 1, 2023
1 parent 0bae7b9 commit 889c1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 889c1a4

Please sign in to comment.