8000 Set correct python in ci unit test #1189 · secureCodeBox/secureCodeBox@a419a13 · GitHub
[go: up one dir, main page]

Skip to content

Commit a419a13

Browse files
committed
Set correct python in ci unit test #1189
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
1 parent d00740a commit a419a13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@ jobs:
132132
- name: Checkout
133133
uses: actions/checkout@v2
134134

135-
- name: Test
135+
- name: Unit Test
136+
uses: actions/setup-python@v4
137+
with:
138+
python-version: '${{ env.PYTHON_VERSION }}
136139
working-directory: ./auto-discovery/kubernetes/pull-secret-extractor
137140
run: make unit-test
138141

0 commit comments

Comments
 (0)
0