Skip to content

Commit 52654ea

Browse files
author
Matthias Koeppe
committed
.github/workflows/macos.yml: Use pipx to install tox
1 parent 50d1eaf commit 52654ea

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
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Install test prerequisites
8888
run: |
89-
pip install tox
89+
pipx install tox
9090
- name: Download upstream artifact
9191
uses: actions/download-artifact@v3
9292
with:

0 commit comments

Comments
 (0)