Skip to content

Commit d8c01f2

Browse files
committed
CI disable pixi cache
1 parent 15b3df1 commit d8c01f2

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ jobs:
1414
- uses: prefix-dev/[email protected]
1515
with:
1616
environments: default
17+
cache: false
1718

18-
- name: Update
19-
run: |
20-
pixi update
2119
- name: Lint with ruff
2220
run: |
2321
pixi run lint

pixi.lock

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastcan"
3-
version = "0.1.29"
3+
version = "0.1.31"
44
description = "A fast canonical-correlation-based feature selection method"
55
authors = [
66
{ name = "Matthew Sikai Zhang", email = "[email protected]" },

0 commit comments

Comments
 (0)