We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74b1d2 commit f5bc817Copy full SHA for f5bc817
1 file changed
.github/workflows/unit-tests.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
- pip install -e .[tests] --constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5/constraints-${{ matrix.python-version }}.txt
+ pip install -e .[tests] --constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.11.2/constraints-${{ matrix.python-version }}.txt
29
30
- name: Check licenses
31
0 commit comments