Skip to content

Commit

Permalink
remove 'macos_python' artifact in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-yankee committed Jan 22, 2025
1 parent 60c56d9 commit bdc0cf4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
sudo rm -rf /Library/Frameworks/Python.framework/
- name: python setup
id: macos_python
uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
sudo rm -rf /Library/Frameworks/Python.framework/
- name: python setup
id: macos_python
uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down
1 change: 0 additions & 1 deletion drake_pip/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
sudo rm -rf /Library/Frameworks/Python.framework/
- name: python setup
id: macos_python
uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down
1 change: 0 additions & 1 deletion drake_poetry/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
sudo rm -rf /Library/Frameworks/Python.framework/
- name: python setup
id: macos_python
uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down

0 comments on commit bdc0cf4

Please sign in to comment.