Skip to content

Commit

Permalink
make sure the correct version of python is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Jan 4, 2024
1 parent e6e216e commit 3401a4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-smol-k8s-lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up python
id: setup-python
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Install Poetry
uses: snok/install-poetry@v1

Expand Down

0 comments on commit 3401a4b

Please sign in to comment.