We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd2641 commit 056617cCopy full SHA for 056617c
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
matrix:
25
include:
26
# minimum supported dependencies
27
- - os: ubuntu-latest
+ - os: self-hosted-ubuntu
28
python-version: "3.9"
29
use-pinned-deps: true
30
numpy-version: "==1.24.1"
HISTORY.rst
@@ -6,6 +6,7 @@ History
6
------------------
7
* Add an example of risk control with LLM as a judge
8
* Add comparison with naive threshold in risk control quick start example
9
+* Configure self hosted runner for minimal requirements tests
10
11
1.2.0 (2025-11-17)
12
0 commit comments