File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,16 @@ jobs:
13
13
14
14
- name : Setup uv and handle its cache
15
15
uses : hynek/setup-cached-uv@49a39f911c85c6ec0c9aadd5a426ae2761afaba2 # v2.0.0
16
+
17
+ - name : " Set up Python"
18
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
19
+ with :
20
+ python-version : ${{ matrix.python-version }}
16
21
17
22
- name : Setup dependencies
18
23
run : |
19
- uv pip install --user --break-system-packages -r ./.requirements/${{ matrix.python-version }}-${{ runner.os }}.txt
20
- uv pip install --user --break-system-packages pytest pytest-md pytest-emoji
24
+ uv pip install --system --break-system-packages -r ./.requirements/${{ matrix.python-version }}-${{ runner.os }}.txt
25
+ uv pip install --system --break-system-packages pytest pytest-md pytest-emoji
21
26
22
27
- name : Run pytest
23
28
uses : pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507 # v2.2.0
You can’t perform that action at this time.
0 commit comments