Skip to content

Commit

Permalink
Merge pull request #678 from roboflow/fix/add_transformers_to_dev_set…
Browse files Browse the repository at this point in the history
…up_py

Add `transformers` extra to dev setup py
  • Loading branch information
PawelPeczek-Roboflow authored Sep 25, 2024
2 parents aaacb2a + 8fa817e commit 6f151a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integration_tests_inference_server_x86.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: INTEGRATION TESTS - Inference Server CPU x86

on:
pull_request:
branches: [main]
push:
branches: [ main ]
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def read_requirements(path):
"requirements/requirements.code_analysis.txt",
"requirements/requirements.test.unit.txt",
"requirements/requirements.test.integration.txt",
"requirements/requirements.transformers.txt",
]
),
extras_require={
Expand Down

0 comments on commit 6f151a4

Please sign in to comment.