Skip to content

Commit

Permalink
Fix in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus committed Feb 16, 2024
1 parent 420188f commit fca417e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Install PyTorch on MacOS
if: matrix.operating-system == 'macos-latest'
run: pip install torch==2.2.0 torchvision==0.17.0
- name: Install dev requirements
run: pip install -r requirements-dev.txt
- name: Install dependencies
run: |
pip install .[tests]
Expand All @@ -61,7 +63,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Update pip
run: python -m pip install --upgrade pip
- name: Install linters
- name: Install dev requirements
run: pip install -r requirements-dev.txt
- name: Run checks
run: pre-commit run --files $(find albumentations -type f)
Expand Down

0 comments on commit fca417e

Please sign in to comment.