Skip to content

Commit 83db7fd

Browse files
committed
feat: Add names to stages
Not a real feature, want to trigger new release
1 parent 7e0e4ab commit 83db7fd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ jobs:
1313
tests:
1414
runs-on: ubuntu-22.04
1515
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-python@v5
16+
- name: Checkout
17+
uses: actions/checkout@v4
18+
- name: Setup Python
19+
uses: actions/setup-python@v5
1820
with:
1921
python-version: "3.11"
2022
- name: Install uv and sync dev dependencies

0 commit comments

Comments
 (0)