This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 42eb93b87b Fixing typo in LOCAL_VIRTUALENV.rst (#32327)
42eb93b87b is described below
commit 42eb93b87b8877af5fbb3244cff786c636f1ec4f
Author: Amogh Desai <[email protected]>
AuthorDate: Mon Jul 3 19:21:57 2023 +0530
Fixing typo in LOCAL_VIRTUALENV.rst (#32327)
---
LOCAL_VIRTUALENV.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/LOCAL_VIRTUALENV.rst b/LOCAL_VIRTUALENV.rst
index 03b6d25e39..987a0df4bf 100644
--- a/LOCAL_VIRTUALENV.rst
+++ b/LOCAL_VIRTUALENV.rst
@@ -73,7 +73,7 @@ Extra Packages
There are known issues with ``bazel`` that might lead to circular
dependencies when using it to install
Airflow. Please switch to ``pip`` if you encounter such problems. ``Bazel``
community works on fixing
the problem in `this PR
<https://github.com/bazelbuild/rules_python/pull/1166>`_ so it might be that
- n ewer versions of ``bazel`` will handle it.
+ newer versions of ``bazel`` will handle it.
If you wish to install airflow using those tools you should use the
constraint files and convert
them to appropriate format and workflow that your tool requires.