File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 uses : prefix-dev/setup-pixi@v0.8.1
1818 with :
1919 pixi-version : v0.61.0
20- cache : true
20+ cache : false
2121
2222 - name : Run linter
2323 run : pixi run lint
3535 uses : prefix-dev/setup-pixi@v0.8.1
3636 with :
3737 pixi-version : v0.61.0
38- cache : true
38+ cache : false
3939
4040 - name : Run type checker
4141 run : pixi run typecheck
5555 uses : prefix-dev/setup-pixi@v0.8.1
5656 with :
5757 pixi-version : v0.61.0
58- cache : true
58+ cache : false
5959 environments : ${{ matrix.python-version }}
6060
6161 - name : Run tests
7474 uses : prefix-dev/setup-pixi@v0.8.1
7575 with :
7676 pixi-version : v0.61.0
77- cache : true
77+ cache : false
7878
7979 - name : Run tests with coverage
8080 run : pixi run test-cov
9898 uses : prefix-dev/setup-pixi@v0.8.1
9999 with :
100100 pixi-version : v0.61.0
101- cache : true
101+ cache : false
102102
103103 - name : Build packages
104104 run : pixi run build
Original file line number Diff line number Diff line change 4949 uses : prefix-dev/setup-pixi@v0.8.1
5050 with :
5151 pixi-version : v0.61.0
52- cache : true
5352
5453 - name : Determine version
5554 id : bump-version
Original file line number Diff line number Diff line change 5656 uses : prefix-dev/setup-pixi@v0.8.1
5757 with :
5858 pixi-version : v0.61.0
59- cache : true
6059
6160 - name : Update version (manual trigger only)
6261 if : env.NEEDS_VERSION_UPDATE == 'true'
You can’t perform that action at this time.
0 commit comments