Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
if: runner.os == 'Windows'
run: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "${{ env.MIN_PYTHON_VERSION }}"
- name: Build package
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
if: runner.os == 'Windows'
run: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.11"
- name: Build package
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
if: runner.os == 'Windows'
run: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "${{ env.MIN_PYTHON_VERSION }}"
- name: Build package
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
if: runner.os == 'Windows'
run: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.11"
- name: Build package
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2.9.1
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "${{ env.MIN_PYTHON_VERSION }}"
- name: Build package
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2.9.1
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "${{ env.MIN_PYTHON_VERSION }}"
- name: Build package
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/testing_fastapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ env.MIN_PYTHON_VERSION }}
- name: Build package
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ env.MIN_PYTHON_VERSION }}
- name: Build package
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Install sqlx-cli
run: cargo install sqlx-cli --no-default-features -F native-tls -F postgres
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "${{ env.MIN_PYTHON_VERSION }}"
- name: Build package
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2.9.1
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "${{ env.MIN_PYTHON_VERSION }}"
- name: Build package
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "${{ env.MIN_PYTHON_VERSION }}"
- name: Build package
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "${{ env.MIN_PYTHON_VERSION }}"
- name: Build package
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
- name: Install sqlx-cli
run: cargo install sqlx-cli --no-default-features -F native-tls -F postgres
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "${{ env.MIN_PYTHON_VERSION }}"
- name: Build package
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2.9.1
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "${{ env.MIN_PYTHON_VERSION }}"
- name: Build package
Expand Down