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

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 67d4cfb  docs: update docs CI to install python-311 requirements (#661)
67d4cfb is described below

commit 67d4cfb847e42724319aeec9014889262e6ea58a
Author: Michael J Ward <[email protected]>
AuthorDate: Wed May 1 15:54:48 2024 -0500

    docs: update docs CI to install python-311 requirements (#661)
    
    PR #645 switched to using python 3.11 to publish docs.
    
    This updates the dependency installation to use the appropriate 
requirements file.
---
 .github/workflows/docs.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index cb80049..1193d78 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -48,7 +48,7 @@ jobs:
           set -x
           python3 -m venv venv
           source venv/bin/activate
-          pip install -r requirements-310.txt
+          pip install -r requirements-311.txt
           pip install -r docs/requirements.txt
       - name: Build Datafusion
         run: |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to