Skip to content

Commit

Permalink
Fix MacOS CI by ensuring latest setuptools is used
Browse files Browse the repository at this point in the history
  • Loading branch information
LourensVeen committed Dec 16, 2023
1 parent b354a24 commit fc75d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos11_clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade pip setuptools
pip3 install tox tox-gh-actions
brew install openmpi
Expand Down

0 comments on commit fc75d0d

Please sign in to comment.