File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55# - checks out code
66# - sets up Python environment
77# - installs dependencies via requirements.txt
8+ # - installs pytest and pytest-asyncio as test tool
89# - runs tests via pytest ./scl/test/
910
1011name : Unit Tests
3637 python -m pip install --upgrade pip
3738 pip install -r requirements.txt
3839
40+ - name : Install test tools
41+ run : pip install pytest pytest-asyncio
42+
3943 - name : Run unit tests
4044 run : pytest ./scl/test/
4145
4448# - Pushing to main/master
4549# - Creating, updating, or reopening a pull request targeting main/master
4650# Developers can also manually trigger it via the "Actions" tab if needed.
47- # To debug, inspect the "Run unit tests" step logs in the GitHub Actions console.
51+ # To debug, inspect the "Run unit tests" step logs in the GitHub Actions console.
52+ # run test via pytest ./scl/test/
Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ langgraph-sdk==0.2.15
2626langsmith == 0.5.2
2727numpy == 2.3.5
2828openai == 2.14.0
29- opentelemetry-api == 1.41.0
29+ opentelemetry-api == 1.39.1
3030opentelemetry-exporter-otlp == 1.39.1
3131opentelemetry-exporter-otlp-proto-common == 1.39.1
3232opentelemetry-exporter-otlp-proto-grpc == 1.39.1
3333opentelemetry-exporter-otlp-proto-http == 1.39.1
34- opentelemetry-exporter-prometheus == 0.62b0
34+ opentelemetry-exporter-prometheus == 0.60b1
3535opentelemetry-instrumentation == 0.60b1
3636opentelemetry-instrumentation-logging == 0.60b1
3737opentelemetry-proto == 1.39.1
38- opentelemetry-sdk == 1.41.0
39- opentelemetry-semantic-conventions == 0.62b0
38+ opentelemetry-sdk == 1.39.1
39+ opentelemetry-semantic-conventions == 0.60b1
4040orjson == 3.11.5
4141ormsgpack == 1.12.1
4242packaging == 25.0
@@ -66,4 +66,4 @@ watchdog==6.0.0
6666wrapt == 1.17.3
6767xxhash == 3.6.0
6868zipp == 3.23.0
69- zstandard == 0.25.0
69+ zstandard == 0.25.0
You can’t perform that action at this time.
0 commit comments