Skip to content

Commit

Permalink
Right path
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Nov 7, 2023
1 parent 69a394b commit c0725ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
run: |
cd ../transformers/examples/pytorch
pip install -r _tests_requirements.txt
pytest -sv tests/test_accelerate_examples.py tests/test_pytorch_examples.py
pytest -sv test_accelerate_examples.py test_pytorch_examples.py
2 changes: 1 addition & 1 deletion .github/workflows/self_hosted_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
WANDB_DISABLED: true
run: |
pip install -r _tests_requirements.txt
pytest -sv tests/test_accelerate_examples.py tests/test_pytorch_examples.py
pytest -sv test_accelerate_examples.py test_pytorch_examples.py
run-skorch-tests:
container:
Expand Down

0 comments on commit c0725ef

Please sign in to comment.