Skip to content

Commit

Permalink
Test drenv tests python version warning
Browse files Browse the repository at this point in the history
Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
  • Loading branch information
Shwetha-Acharya committed Jul 19, 2023
1 parent c126042 commit 1d4338d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,29 @@ jobs:
drenv-test:
name: drenv tests
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
steps:
- name: Checkout source
uses: actions/checkout@v3

- name: Setup python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install minikube
run: |
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
sudo install minikube-linux-amd64 /usr/local/bin/minikube
minikube version
mkdir "$HOME/.minikube/profiles"
ls -l /home/runner/
ls -l /home/runner/.local/
ls -l /home/runner/.local/lib/
ls -l /home/runner/.local/lib/python3.9/
ls -l /home/runner/.local/lib/python3.9/site-packages
- name: Install kubectl
run: |
Expand Down

0 comments on commit 1d4338d

Please sign in to comment.