We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3ea83 commit 5848effCopy full SHA for 5848eff
2 files changed
.github/workflows/_test-integrations.yml
@@ -115,4 +115,4 @@ jobs:
115
MINDEE_V2_SE_TESTS_SPLIT_MODEL_ID: ${{ secrets.MINDEE_V2_SE_TESTS_SPLIT_MODEL_ID }}
116
MINDEE_V2_SE_TESTS_OCR_MODEL_ID: ${{ secrets.MINDEE_V2_SE_TESTS_OCR_MODEL_ID }}
117
run: |
118
- pytest --override-ini="addopts=" --config-file=pyproject-lite.toml -m integration
+ pytest -m integration
.github/workflows/_test-units.yml
@@ -86,10 +86,10 @@ jobs:
86
87
pip install toml
88
python scripts/generate_lite_toml.py
89
- cp pyproject-lite.toml pyproject.toml
+ mv pyproject-lite.toml pyproject.toml
90
pip install -e '.[test]'
91
92
- name: Unit testing with pytest
93
94
- pytest --override-ini="addopts=" --config-file=pyproject-lite.toml
+ pytest
95
0 commit comments