Skip to content

Commit 5adfca2

Browse files
committed
Update inspect-ai installation in workflow and dependencies
Moved inspect-ai from pyproject.toml test dependencies to explicit installation in the GitHub Actions workflow. This change ensures inspect-ai is installed only during CI runs and not as a default test dependency.
1 parent 23ed1f6 commit 5adfca2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/validate-test-generation-prompts.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
run: |
4545
pip install --upgrade pip
4646
pip install -e ".[dev,test]"
47+
pip install inspect-ai
4748
4849
- name: Cache Playwright browsers
4950
uses: actions/cache@v4

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ test = [
9393
"pyarrow-stubs",
9494
"chatlas[anthropic]",
9595
"chatlas[openai]",
96-
"inspect-ai",
9796
]
9897
dev = [
9998
"black>=24.0",

0 commit comments

Comments
 (0)