Skip to content

Commit 74bc4cd

Browse files
committed
CI default env
1 parent d67306f commit 74bc4cd

File tree

3 files changed

+44
-39
lines changed

3 files changed

+44
-39
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: prefix-dev/setup-pixi@v0.8.1
17+
with:
18+
environments: default
1719

1820
- name: Lint with ruff
1921
run: |
@@ -34,10 +36,13 @@ jobs:
3436
os: [ubuntu-latest, windows-latest, macos-12, macos-14]
3537

3638
runs-on: ${{ matrix.os }}
39+
needs: test
3740

3841
steps:
3942
- uses: actions/checkout@v4
4043
- uses: prefix-dev/setup-pixi@v0.8.1
44+
with:
45+
environments: default
4146

4247
- name: Build package
4348
run: |

pixi.lock

Lines changed: 38 additions & 38 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.19"
3+
version = "0.1.20"
44
description = "A fast canonical-correlation-based feature selection method"
55
authors = [
66
{ name = "Matthew Sikai Zhang", email = "matthew.szhang91@gmail.com" },

0 commit comments

Comments
 (0)