Skip to content

Commit 194ac8d

Browse files
committed
Update tests
1 parent 07a37f7 commit 194ac8d

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

.github/workflows/test.yaml

+3-15
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20-
- name: Set up Python
21-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
22-
with:
23-
python-version: "3.12"
2420
- name: Set up Python environment
2521
uses: ./setup-uv
2622
- run: uv --version
@@ -32,13 +28,11 @@ jobs:
3228
- name: Checkout
3329
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3430
- name: Set up Python
35-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
36-
with:
37-
python-version: "3.12"
3831
- name: Set up Python environment
3932
uses: ./setup-uv
4033
with:
4134
version: 0.4.0
35+
python-version: "3.12"
4236
- run: uv --version
4337

4438
setup_uv_lockfile:
@@ -47,14 +41,11 @@ jobs:
4741
steps:
4842
- name: Checkout
4943
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50-
- name: Set up Python
51-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
52-
with:
53-
python-version: "3.12"
5444
- name: Set up Python environment
5545
uses: ./setup-uv
5646
with:
5747
lockfile: .github/workflows/lockfile.txt
48+
python-version: "3.12"
5849
- run: uv --version
5950
- run: python -m build --version
6051

@@ -64,15 +55,12 @@ jobs:
6455
steps:
6556
- name: Checkout
6657
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
67-
- name: Set up Python
68-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
69-
with:
70-
python-version: "3.12"
7158
- name: Set up Python environment
7259
uses: ./setup-uv
7360
with:
7461
lockfile: .github/workflows/lockfile.txt
7562
only-binary: ":none:"
63+
python-version: "3.12"
7664
- run: uv --version
7765
- run: python -m build --version
7866

0 commit comments

Comments
 (0)