Skip to content

Commit

Permalink
Bring back pypi to runners (#1939)
Browse files Browse the repository at this point in the history
* Bring back pypi

* Flipflop
  • Loading branch information
muellerzr authored Sep 8, 2023
1 parent c872c30 commit c72e224
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 @@ -26,8 +26,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# TODO (@muellerzr, transformers v4.33) Add pypi back after the next release
transformers-version: [
pypi,
github
]
steps:
Expand Down
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 @@ -29,8 +29,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# TODO (@muellerzr, transformers v4.33) Add pypi back after the next release
transformers-version: [
pypi,
github
]
cuda_visible_devices: [
Expand Down

0 comments on commit c72e224

Please sign in to comment.