You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/12/02 15:31:05 UTC

[airflow-site] branch fix-release-hopefully created (now 8b1e1069da)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch fix-release-hopefully
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


      at 8b1e1069da Fix docs building hopefully after 3.6 was removed by GitHub

This branch includes the following new commits:

     new 8b1e1069da Fix docs building hopefully after 3.6 was removed by GitHub

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[airflow-site] 01/01: Fix docs building hopefully after 3.6 was removed by GitHub

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch fix-release-hopefully
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 8b1e1069da9c1f2aab1ede059730bdf5cd8fad21
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Fri Dec 2 16:30:18 2022 +0100

    Fix docs building hopefully after 3.6 was removed by GitHub
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d27855a050..d06848027f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
       - name: 🐍 Setup Python
         uses: actions/setup-python@41b7212b1668f5de9d65e9c82aa777e6bbedb3a8  # v2.1.4
         with:
-          python-version: '3.10'
+          python-version: '3.7'
       - name: ❤️  Install Node 16
         uses: actions/setup-node@v3.3.0  # v3.3.0
         with: