We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894e3f7 commit 4b8ec02Copy full SHA for 4b8ec02
1 file changed
.github/workflows/run_tests.yaml
@@ -12,7 +12,7 @@ on:
12
- main
13
14
jobs:
15
- run_tests:
+ build:
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
@@ -23,15 +23,11 @@ jobs:
23
- name: Checkout
24
uses: actions/checkout@v4
25
26
- - name: Install uv
+ - name: Install uv and set the python version
27
uses: astral-sh/setup-uv@v5
28
with:
29
enable-cache: true
30
cache-dependency-glob: uv.lock
31
-
32
- - name: Set up Python
33
- uses: actions/setup-python@v5
34
- with:
35
python-version: ${{ matrix.python-version }}
36
37
- name: Install the project
0 commit comments