File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -40,17 +40,15 @@ jobs:
4040 steps :
4141 - name : Checkout code
4242 uses : actions/checkout@v4
43- - name : Set up Python ${{ matrix.python-version }}
44- uses : actions/setup-python@v5
45- with :
46- python-version : ${{ matrix.python-version }}
4743 - name : Set up test environment variables
4844 run : |
4945 echo "POSTGRES_TEST_DSN=postgresql+asyncpg://a2a:a2a_password@localhost:5432/a2a_test" >> $GITHUB_ENV
5046 echo "MYSQL_TEST_DSN=mysql+aiomysql://a2a:a2a_password@localhost:3306/a2a_test" >> $GITHUB_ENV
5147
52- - name : Install uv
48+ - name : Install uv for Python ${{ matrix.python-version }}
5349 uses : astral-sh/setup-uv@v6
50+ with :
51+ python-version : ${{ matrix.python-version }}
5452 - name : Add uv to PATH
5553 run : |
5654 echo "$HOME/.cargo/bin" >> $GITHUB_PATH
You can’t perform that action at this time.
0 commit comments