8000 CI: add setuptools as a test dependency in one 3.12 CI job · lesteve/numpy@034f560 · GitHub
[go: up one dir, main page]

Skip to content

Commit 034f560

Browse files
committed
CI: add setuptools as a test dependency in one 3.12 CI job
[skip cirrus] [skip circle]
1 parent 6544e33 commit 034f560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/meson_actions/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
TERM: xterm-256color
3131
run: |
3232
echo "::group::Installing Test Dependencies"
33-
pip install pytest pytest-xdist hypothesis typing_extensions
33+
pip install pytest pytest-xdist hypothesis typing_extensions setuptools
3434
echo "::endgroup::"
3535
echo "::group::Test NumPy"
3636
spin test

0 commit comments

Comments
 (0)
0