Skip to content

Commit

Permalink
docs: bump to python 3.10 + add tmate to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Dec 2, 2023
1 parent 7c45628 commit 72c1d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: make install
- name: install k3d
run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
- uses: mxschmitt/action-tmate@v3
- run: make cluster
- run: make kubes-minio
- run: make kubes-prefect
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Prerequisites:

- make
- node (required for pyright)
- python >= 3.9
- python >= 3.10
- docker & docker compose
- [k3d](https://k3d.io/) (for creating a local kubernetes cluster)
- kubectl
Expand Down

0 comments on commit 72c1d2f

Please sign in to comment.