8000 Add tox install stage · matplotlib/matplotlib@11ed54d · GitHub
[go: up one dir, main page]

Skip to content

Commit 11ed54d

Browse files
committed
Add tox install stage
1 parent 6560c60 commit 11ed54d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mypy-stubtest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
sh -s -- -b "$HOME/bin"
2727
echo "$HOME/bin" >> $GITHUB_PATH
2828
29+
- name: Install tox
30+
run: python -m pip install tox
31+
2932
- name: Run mypy stubtest
3033
env:
3134
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
0