afrenkai commited on
Commit
548a2bb
·
1 Parent(s): 50dd70b

valid yaml

Browse files
Files changed (1) hide show
  1. .github/workflows/run-tests.yml +11 -11
.github/workflows/run-tests.yml CHANGED
@@ -11,20 +11,20 @@ jobs:
11
  name: python
12
  runs-on: ubuntu-latest
13
 
14
- steps:
15
- - uses: actions/checkout@v6
16
-
17
 
18
- - name: Install uv
19
- run: astral-sh/setup-uv@v7
20
 
21
- - name: Install Project
22
- run: uv sync --locked --all-extras --dev
23
 
24
- - name: Run test
25
- run: uv run pytest tests
26
 
27
- - name: Let me know this worked
28
- run: echo "yeah it did lol"
29
 
30
 
 
11
  name: python
12
  runs-on: ubuntu-latest
13
 
14
+ steps:
15
+ - uses: actions/checkout@v6
16
+
17
 
18
+ - name: Install uv
19
+ run: astral-sh/setup-uv@v7
20
 
21
+ - name: Install Project
22
+ run: uv sync --locked --all-extras --dev
23
 
24
+ - name: Run test
25
+ run: uv run pytest tests
26
 
27
+ - name: Let me know this worked
28
+ run: echo "yeah it did lol"
29
 
30