Skip to content

Commit aeedaf4

Browse files
CI fixes
1 parent d7a799c commit aeedaf4

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
python -m pip install -e ".[dev]"
2121
- name: Run tests
2222
run: |
23-
python -m pytest shopOps/tests/test_scenarios.py
24-
python -m pytest shopOps/tests/test_hard_tier.py
23+
python -m pytest tests/test_scenarios.py
24+
python -m pytest tests/test_hard_tier.py
2525
- name: Eval smoke (hard validation)
2626
run: |
2727
python -m shopOps.eval --tier hard --validation
589 Bytes
Binary file not shown.
664 Bytes
Binary file not shown.
17.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)