This commit is contained in:
parent
5d4e6007f3
commit
0967ed4f1b
1 changed files with 3 additions and 3 deletions
|
@ -35,9 +35,9 @@ jobs:
|
||||||
mv mc /usr/local/bin/
|
mv mc /usr/local/bin/
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: https://github.com/actions/setup-python@v5
|
run: |
|
||||||
with:
|
apt install -y python3 python3-pip
|
||||||
python-version: 3.11.9
|
pip3 install --upgrade pip
|
||||||
|
|
||||||
- name: Write kubeconfig
|
- name: Write kubeconfig
|
||||||
id: kubeconfig
|
id: kubeconfig
|
||||||
|
|
Loading…
Reference in a new issue