From d8c01f2d12c20b8aac6bc71d5188fc5377272e04 Mon Sep 17 00:00:00 2001 From: SIKAI ZHANG <34108862+MatthewSZhang@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:48:18 +0800 Subject: [PATCH] CI disable pixi cache --- .github/workflows/ci.yml | 4 +--- pixi.lock | 11 +++++++++-- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff5800a..2712d70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,8 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: environments: default + cache: false - - name: Update - run: | - pixi update - name: Lint with ruff run: | pixi run lint diff --git a/pixi.lock b/pixi.lock index d86ad03..b5d18b6 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1392,9 +1392,9 @@ packages: requires_python: '>=3.9' - kind: pypi name: fastcan - version: 0.1.29 + version: 0.1.31 path: . - sha256: f79d8e0ec5ea08a132eec8be0707efb87de3cfc9c3470ca3ff16a6d23808936a + sha256: e8a4d35ca9389079c9f5267c0ecbf10f22b4b6e950ff3a93864687746530fc49 requires_dist: - scikit-learn>=1.5.0,<1.6 - pytest ; extra == 'test' @@ -3003,6 +3003,7 @@ packages: - python >=3.7 - setuptools license: Apache-2.0 + license_family: APACHE purls: - pkg:pypi/meson?source=conda-forge-mapping size: 648162 @@ -3091,6 +3092,7 @@ packages: - __osx >=11.0 - gmp >=6.3.0,<7.0a0 license: LGPL-3.0-only + license_family: LGPL purls: [] size: 346298 timestamp: 1722132645001 @@ -3107,6 +3109,7 @@ packages: - __osx >=10.13 - gmp >=6.3.0,<7.0a0 license: LGPL-3.0-only + license_family: LGPL purls: [] size: 373188 timestamp: 1722132769513 @@ -3295,6 +3298,7 @@ packages: constrains: - numpy-base <0a0 license: BSD-3-Clause + license_family: BSD purls: - pkg:pypi/numpy?source=conda-forge-mapping size: 8345605 @@ -3319,6 +3323,7 @@ packages: constrains: - numpy-base <0a0 license: BSD-3-Clause + license_family: BSD purls: - pkg:pypi/numpy?source=conda-forge-mapping size: 6945867 @@ -3342,6 +3347,7 @@ packages: constrains: - numpy-base <0a0 license: BSD-3-Clause + license_family: BSD purls: - pkg:pypi/numpy?source=conda-forge-mapping size: 7464264 @@ -3366,6 +3372,7 @@ packages: constrains: - numpy-base <0a0 license: BSD-3-Clause + license_family: BSD purls: - pkg:pypi/numpy?source=conda-forge-mapping size: 6294877 diff --git a/pyproject.toml b/pyproject.toml index 055fedb..8cd571f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "matthew.szhang91@gmail.com" },