Skip to content

Commit

Permalink
CI disable pixi cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSZhang committed Jul 30, 2024
1 parent 15b3df1 commit d8c01f2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
- uses: prefix-dev/[email protected]
with:
environments: default
cache: false

- name: Update
run: |
pixi update
- name: Lint with ruff
run: |
pixi run lint
Expand Down
11 changes: 9 additions & 2 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fastcan"
version = "0.1.29"
version = "0.1.31"
description = "A fast canonical-correlation-based feature selection method"
authors = [
{ name = "Matthew Sikai Zhang", email = "[email protected]" },
Expand Down

0 comments on commit d8c01f2

Please sign in to comment.