Skip to content

Commit 95d5c41

Browse files
committed
fix test error
1 parent 8ffc03f commit 95d5c41

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
lookup-only: true
103103
- name: install dependencies
104104
if : steps.check-cache.outputs.cache-hit != 'true'
105-
run: make install-lint && make install-dev
105+
run: make install-lint && make install-dev && cp ./bin/kubectl-kueue /usr/local/bin/kubectl-kueue && cp ./bin/kubectl-kjob /usr/local/bin/kubectl-kjob
106106
- name: Cache dependencies
107107
if : steps.check-cache.outputs.cache-hit != 'true'
108108
uses: actions/cache/save@v3

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ PROJECT_DIR := $(realpath $(shell dirname $(firstword $(MAKEFILE_LIST))))
1515
KJOB_DOCKER_IMG := xpk_kjob
1616
KJOB_DOCKER_CONTAINER := xpk_kjob_container
1717
BIN_PATH=$(PROJECT_DIR)/bin
18-
USR_BIN_PATH=/usr/local/bin
1918

2019
.PHONY: install
2120
install: check-python check-gcloud install-gcloud-auth-plugin install-kueuectl install-kjobctl pip-install

0 commit comments

Comments
 (0)