|
14 | 14 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
15 | 15 | with: |
16 | 16 | persist-credentials: false |
17 | | - - uses: ./.github/actions/uv-setup |
| 17 | + - uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1 |
| 18 | + with: |
| 19 | + version: "0.7.x" |
| 20 | + activate-environment: true |
| 21 | + - run: uv sync --frozen |
| 22 | + env: |
| 23 | + FORCE_COLOR: "1" |
18 | 24 | - name: Create a dummy data.py |
19 | 25 | run: cp data.py-dist data.py |
20 | 26 | - name: Create a dummy vm_data.py |
|
27 | 33 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
28 | 34 | with: |
29 | 35 | persist-credentials: false |
30 | | - - uses: ./.github/actions/uv-setup/ |
| 36 | + - uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1 |
| 37 | + with: |
| 38 | + version: "0.7.x" |
| 39 | + activate-environment: true |
| 40 | + - run: uv sync --frozen |
| 41 | + env: |
| 42 | + FORCE_COLOR: "1" |
31 | 43 | - name: Create a dummy data.py |
32 | 44 | run: cp data.py-dist data.py |
33 | 45 | - name: Create a dummy vm_data.py |
|
42 | 54 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
43 | 55 | with: |
44 | 56 | persist-credentials: false |
45 | | - - uses: ./.github/actions/uv-setup/ |
| 57 | + - uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1 |
| 58 | + with: |
| 59 | + version: "0.7.x" |
| 60 | + activate-environment: true |
| 61 | + - run: uv sync --frozen |
| 62 | + env: |
| 63 | + FORCE_COLOR: "1" |
46 | 64 | - name: Create a dummy data.py |
47 | 65 | run: cp data.py-dist data.py |
48 | 66 | - run: prek -a ruff |
|
53 | 71 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
54 | 72 | with: |
55 | 73 | persist-credentials: false |
56 | | - - uses: ./.github/actions/uv-setup/ |
| 74 | + - uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1 |
| 75 | + with: |
| 76 | + version: "0.7.x" |
| 77 | + activate-environment: true |
| 78 | + - run: uv sync --frozen |
| 79 | + env: |
| 80 | + FORCE_COLOR: "1" |
57 | 81 | - run: prek -a flake8 |
58 | 82 |
|
59 | 83 | autopep8: |
|
62 | 86 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
63 | 87 | with: |
64 | 88 | persist-credentials: false |
65 | | - - uses: ./.github/actions/uv-setup/ |
| 89 | + - uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1 |
| 90 | + with: |
| 91 | + version: "0.7.x" |
| 92 | + activate-environment: true |
| 93 | + - run: uv sync --frozen |
| 94 | + env: |
| 95 | + FORCE_COLOR: "1" |
66 | 96 | - run: prek -a autopep8 |
0 commit comments