File tree Expand file tree Collapse file tree 3 files changed +2261
-566
lines changed Expand file tree Collapse file tree 3 files changed +2261
-566
lines changed Original file line number Diff line number Diff line change 34
34
with :
35
35
pixi-version : v0.30.0
36
36
cache : true
37
- - name : Run lint checks
38
- run : pixi run lint
37
+ - name : Run Pylint
38
+ run : pixi run -e lint pylint
39
39
40
40
checks :
41
41
name : Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
@@ -44,35 +44,23 @@ jobs:
44
44
strategy :
45
45
fail-fast : false
46
46
matrix :
47
- python-version : ["3.9", "3.13"]
48
- runs-on : [ubuntu-latest, windows-latest, macos-14]
49
-
50
- include :
51
- - python-version : " pypy-3.10"
52
- runs-on : ubuntu-latest
47
+ environment : [ci-py309, ci-py312]
48
+ runs-on : [ubuntu-latest]
53
49
54
50
steps :
55
51
- uses : actions/checkout@v4
56
52
with :
57
53
fetch-depth : 0
58
54
59
- - uses : actions/setup-python@v5
60
- with :
61
- python-version : ${{ matrix.python-version }}
62
- allow-prereleases : true
63
-
64
55
- uses : prefix-dev/setup-pixi@v0.8.1
65
56
with :
66
57
pixi-version : v0.30.0
67
58
cache : true
68
59
69
- - name : Install package
70
- run : python -m pip install .[test]
71
-
72
60
- name : Test package
73
- run : pixi run -e test test-ci
61
+ run : pixi run test-ci
74
62
75
- - name : Upload coverage report
76
- uses : codecov/codecov-action@v4.5.0
77
- with :
78
- token : ${{ secrets.CODECOV_TOKEN }}
63
+ # - name: Upload coverage report
64
+ # uses: codecov/codecov-action@v4.5.0
65
+ # with:
66
+ # token: ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments