Skip to content

Commit ef55c29

Browse files
committed
do not need [build] to be cached
1 parent e8ddd8a commit ef55c29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/populate-wheelhouse.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ LANG="en_US.UTF-8" "${PIP}" \
3030
wheel \
3131
--wheel-dir "${WHEELHOUSE_PATH}" \
3232
"${PROJECT_ROOT}"[testenv] \
33-
"${PROJECT_ROOT}"[test] \
34-
"${PROJECT_ROOT}"[build]
33+
"${PROJECT_ROOT}"[test]

0 commit comments

Comments
 (0)