From 72c1d2f759ee72878d9a4d499b2d906ea6dfa8dd Mon Sep 17 00:00:00 2001 From: Oliver Mannion <125105+tekumara@users.noreply.github.com> Date: Sat, 2 Dec 2023 12:34:10 +1100 Subject: [PATCH] docs: bump to python 3.10 + add tmate to ci --- .github/workflows/ci.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00448d1..a38cedb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index b7e00c0..2f668bf 100644 --- a/README.md +++ b/README.md @@ -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