Skip to content

Commit b32e69d

Browse files
committed
temporarily removing preview tests from ci/cd pipeline
1 parent 237a2c9 commit b32e69d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: always()
7171
run: |
7272
source .venv/bin/activate
73-
pytest --junit-xml=./reports/pytest.xml --tb=auto -v
73+
pytest --junit-xml=./reports/pytest.xml --tb=auto -v --ignore=evaluation_function/preview_test.py
7474
7575
- name: Upload test results
7676
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)