We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b5dc9 commit bc6e7a5Copy full SHA for bc6e7a5
1 file changed
.github/workflows/ci.yml
@@ -15,21 +15,18 @@ jobs:
15
python-version: "3.10"
16
cache: "pip"
17
- name: Install dependencies
18
- working-directory: shopOps
19
run: |
20
python -m pip install --upgrade pip
21
python -m pip install -e ".[dev]"
22
- name: Run tests
23
24
25
python -m pytest tests/test_scenarios.py
26
python -m pytest tests/test_hard_tier.py
27
- name: Eval smoke (hard validation)
28
29
30
python -m shopOps.eval --tier hard --validation
31
- name: Upload eval artifact
32
uses: actions/upload-artifact@v4
33
with:
34
name: eval-hard-validation
35
- path: shopOps/outputs/evals/*.json
+ path: outputs/evals/*.json
0 commit comments