File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636
3737 strategy :
3838 matrix :
39- python-version : [' 3.10', ' 3.13' ]
39+ python-version : [" 3.10", " 3.13" ]
4040 steps :
4141 - name : Checkout code
4242 uses : actions/checkout@v4
4545 with :
4646 python-version : ${{ matrix.python-version }}
4747 - name : Set up test environment variables
48- run : |
48+ run : |
4949 echo "POSTGRES_TEST_DSN=postgresql+asyncpg://a2a:a2a_password@localhost:5432/a2a_test" >> $GITHUB_ENV
5050 echo "MYSQL_TEST_DSN=mysql+aiomysql://a2a:a2a_password@localhost:3306/a2a_test" >> $GITHUB_ENV
5151
5555 run : |
5656 echo "$HOME/.cargo/bin" >> $GITHUB_PATH
5757 - name : Install dependencies
58- run : uv sync --dev --extra sql --extra encryption --extra grpc
58+ run : uv sync --dev --extra sql --extra encryption --extra grpc --extra telemetry
5959 - name : Run tests and check coverage
6060 run : uv run pytest --cov=a2a --cov-report=xml --cov-fail-under=89
6161 - name : Show coverage summary in log
You can’t perform that action at this time.
0 commit comments