Skip to content

Commit 44ca7f5

Browse files
committed
modified deploy.yml to ignore test_evaluation_function_core.py tests
1 parent cc89801 commit 44ca7f5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
if: always()
7171
run: |
7272
source .venv/bin/activate
73-
pytest --junit-xml=./reports/pytest.xml --tb=auto -v
73+
pytest --ignore=tests/test_evaluation_function_core.py --junit-xml=./reports/pytest.xml --tb=auto -v
74+
# pytest --junit-xml=./reports/pytest.xml --tb=auto -v
7475

7576
- name: Upload test results
7677
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)