This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push:
new 8e20fdb6de7 [v3-0-test] Octopin should save its own cache (#55340)
(#55346)
8e20fdb6de7 is described below
commit 8e20fdb6de784c59c1766a3708a9312a6ddeeef3
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Sep 7 09:57:10 2025 +0200
[v3-0-test] Octopin should save its own cache (#55340) (#55346)
Octopin uses Python 3.11, so it should save its own cache.
(cherry picked from commit 0399655dddb0e72034d131d7eb61f29def19e5d8)
---
.github/workflows/ci-amd.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci-amd.yml b/.github/workflows/ci-amd.yml
index e7e5a15be8c..09f3e2ae79d 100644
--- a/.github/workflows/ci-amd.yml
+++ b/.github/workflows/ci-amd.yml
@@ -190,7 +190,8 @@ jobs:
# octopin needs python 3.11
python-version: "3.11"
platform: "linux/amd64"
- save-cache: false
+ save-cache: true
+ skip-prek-hooks: ""
- name: "Run pin-versions"
run: >
prek -c .github/.pre-commit-config.yaml --all-files --verbose
--hook-stage manual