Skip to content

Commit bc6e7a5

Browse files
CI fixes
1 parent a3b5dc9 commit bc6e7a5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,18 @@ jobs:
1515
python-version: "3.10"
1616
cache: "pip"
1717
- name: Install dependencies
18-
working-directory: shopOps
1918
run: |
2019
python -m pip install --upgrade pip
2120
python -m pip install -e ".[dev]"
2221
- name: Run tests
23-
working-directory: shopOps
2422
run: |
2523
python -m pytest tests/test_scenarios.py
2624
python -m pytest tests/test_hard_tier.py
2725
- name: Eval smoke (hard validation)
28-
working-directory: shopOps
2926
run: |
3027
python -m shopOps.eval --tier hard --validation
3128
- name: Upload eval artifact
3229
uses: actions/upload-artifact@v4
3330
with:
3431
name: eval-hard-validation
35-
path: shopOps/outputs/evals/*.json
32+
path: outputs/evals/*.json

0 commit comments

Comments
 (0)