Skip to content

Commit

Permalink
Revert "License check update"
Browse files Browse the repository at this point in the history
This reverts commit 942f33b.
  • Loading branch information
keegansmith21 committed Feb 22, 2024
1 parent 942f33b commit c714e3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c714e3f

Please sign in to comment.