From c714e3f0876b6dcc71875f1e945358efb3a32e14 Mon Sep 17 00:00:00 2001 From: Keegan Date: Thu, 22 Feb 2024 01:14:17 +0000 Subject: [PATCH] Revert "License check update" This reverts commit 942f33bc1feba3a0725734cf91455e6e7d8bc6a9. --- .github/workflows/unit-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 49620b15f..ab8a35f09 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -28,10 +28,10 @@ jobs: python -m pip install --upgrade pip pip install -e .[tests] --constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.7.3/constraints-no-providers-${{ matrix.python-version }}.txt - # - name: Check licenses - # run: | - # stop the build if there are licensing issues - # liccheck --sfile strategy.ini --rfile pyproject.toml --level CAUTIOUS --reporting liccheck-output.txt --no-deps + - name: Check licenses + run: | + # stop the build if there are licensing issues + # liccheck --sfile strategy.ini --rfile pyproject.toml --level CAUTIOUS --reporting liccheck-output.txt --no-deps - name: Lint with flake8 run: |