There was an error while loading. Please reload this page.
1 parent 1424d8f commit 8e32c41Copy full SHA for 8e32c41
1 file changed
.github/workflows/tests.yml
@@ -4,6 +4,7 @@ jobs:
4
tests:
5
runs-on: ubuntu-latest
6
strategy:
7
+ fail-fast: false
8
matrix:
9
python-version: [
10
'3.8',
@@ -20,12 +21,10 @@ jobs:
20
21
name: Python ${{ matrix.python-version }} ${{ matrix.post-venv }}
22
steps:
23
- uses: actions/checkout@v4
- - uses: actions/setup-python@v5
24
- with:
25
- python-version: ${{ matrix.python-version }}
26
- architecture: x64
27
- name: Install uv
28
uses: astral-sh/setup-uv@v7
+ with:
+ python-version: ${{ matrix.python-version }}
29
- run: make venv
30
- if: ${{ matrix.post-venv }}
31
run: ${{ matrix.post-venv }}
0 commit comments