Skip to content

Commit f4e2aff

Browse files
author
Matthias Koeppe
committed
.github/workflows/macos.yml: Install tox from PyPI, not homebrew
1 parent acbe15d commit f4e2aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Install test prerequisites
7979
run: |
80-
brew install tox
80+
pip install tox
8181
- name: Download upstream artifact
8282
uses: actions/download-artifact@v3
8383
with:

0 commit comments

Comments
 (0)