Skip to content

Commit 4b8ec02

Browse files
committed
GOATS-720: Update workflow recipe.
1 parent 894e3f7 commit 4b8ec02

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/run_tests.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- main
1313

1414
jobs:
15-
run_tests:
15+
build:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
@@ -23,15 +23,11 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525

26-
- name: Install uv
26+
- name: Install uv and set the python version
2727
uses: astral-sh/setup-uv@v5
2828
with:
2929
enable-cache: true
3030
cache-dependency-glob: uv.lock
31-
32-
- name: Set up Python
33-
uses: actions/setup-python@v5
34-
with:
3531
python-version: ${{ matrix.python-version }}
3632

3733
- name: Install the project

0 commit comments

Comments
 (0)