Skip to content

Commit f5bc817

Browse files
committed
fix version
1 parent f74b1d2 commit f5bc817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
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
28+
pip install -e .[tests] --constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.11.2/constraints-${{ matrix.python-version }}.txt
2929
3030
- name: Check licenses
3131
run: |

0 commit comments

Comments
 (0)