Skip to content

Commit

Permalink
Cleaup in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus committed Mar 2, 2024
1 parent 20cde52 commit 9e2fc38
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: pytest

check_code_formatting_types:
name: Check code formatting with ruff and mypy
name: Check code formatting with ruff and mypy + tests
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -70,7 +70,7 @@ jobs:
run: pre-commit run --files $(find albumentations -type f)

check_transforms_docs:
name: Check that transforms docs are not outdated
name: Check Readme is not outdated
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -82,12 +82,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Update pip
run: python -m pip install --upgrade pip
- name: Install dependencies
run: |
pip install .
pip install pytest
- name: Run checks
run: |
python tools/make_transforms_docs.py check README.md
Expand Down

0 comments on commit 9e2fc38

Please sign in to comment.