Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Jul 23, 2024
1 parent b9b2822 commit 31ee2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_cli_mps_pytorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Install requirements
run: |
pip install --upgrade pip
pip install -e .[testing,diffusers,timm,peft]
pip install -e .[testing]
- name: Run tests
run: |
PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.7 FORCE_SERIAL=1 pytest -s -k "cli and mps and pytorch"
PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0 FORCE_SERIAL=1 pytest -s -k "cli and mps and pytorch"

0 comments on commit 31ee2fe

Please sign in to comment.