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 3e011ec7997 Removing extra ticks in testing instructions (#46683)
3e011ec7997 is described below

commit 3e011ec7997a68ad25c4e05065c0e53f6125dbc0
Author: Amogh Desai <[email protected]>
AuthorDate: Thu Feb 13 04:43:00 2025 +0530

    Removing extra ticks in testing instructions (#46683)
---
 dev/README_RELEASE_AIRFLOW.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index cc438d7abb7..43140b1dd34 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -685,7 +685,7 @@ Optionally it can be followed with constraints
 
 ```shell script
 pip install apache-airflow==<VERSION>rc<X> \
-  --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-<VERSION>/constraints-3.9.txt"`
+  --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-<VERSION>/constraints-3.9.txt"
 ```
 
 Note that the constraints contain python version that you are installing it 
with.

Reply via email to