We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbaf99e commit dfbf410Copy full SHA for dfbf410
1 file changed
.github/workflows/unitttest.yml
@@ -24,8 +24,3 @@ jobs:
24
gzip -d humaneval_rust.jsonl.gz
25
mv humaneval_rust.jsonl data
26
uv run tests/test_humaneval.py
27
-
28
- - name: Test OSS Evaluation
29
- run: |
30
- source ./env.sh
31
- uv run tests/test_oss.py
0 commit comments