Skip to content

Commit 5848eff

Browse files
fix tests, again
1 parent 7b3ea83 commit 5848eff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_test-integrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ jobs:
115115
MINDEE_V2_SE_TESTS_SPLIT_MODEL_ID: ${{ secrets.MINDEE_V2_SE_TESTS_SPLIT_MODEL_ID }}
116116
MINDEE_V2_SE_TESTS_OCR_MODEL_ID: ${{ secrets.MINDEE_V2_SE_TESTS_OCR_MODEL_ID }}
117117
run: |
118-
pytest --override-ini="addopts=" --config-file=pyproject-lite.toml -m integration
118+
pytest -m integration

.github/workflows/_test-units.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ jobs:
8686
run: |
8787
pip install toml
8888
python scripts/generate_lite_toml.py
89-
cp pyproject-lite.toml pyproject.toml
89+
mv pyproject-lite.toml pyproject.toml
9090
pip install -e '.[test]'
9191
9292
- name: Unit testing with pytest
9393
run: |
94-
pytest --override-ini="addopts=" --config-file=pyproject-lite.toml
94+
pytest
9595

0 commit comments

Comments
 (0)