diff --git a/.github/workflows/runTestSinglePython.yml b/.github/workflows/runTestSinglePython.yml index 8364cf24f..5d60600ac 100644 --- a/.github/workflows/runTestSinglePython.yml +++ b/.github/workflows/runTestSinglePython.yml @@ -20,16 +20,16 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - uses: prefix-dev/setup-pixi@v0.8.3 - with: - cache: false - - name: Pixi run pytest - run: | - pixi run pytest -ra --cov --cov-report=xml --cov-report lcov:cov.info --cov-config=.coveragerc - - uses: qltysh/qlty-action/coverage@main - with: - coverage-token: ${{secrets.QLTY_COVERAGE_TOKEN}} - files: cov.info + - uses: actions/checkout@v5 + with: + fetch-depth: 0 + - uses: prefix-dev/setup-pixi@v0.9.1 + with: + cache: false + - name: Pixi run pytest + run: | + pixi run pytest -ra --cov --cov-report=xml --cov-report lcov:cov.info --cov-config=.coveragerc + - uses: qltysh/qlty-action/coverage@main + with: + coverage-token: ${{secrets.QLTY_COVERAGE_TOKEN}} + files: cov.info diff --git a/pyproject.toml b/pyproject.toml index a4210dcb9..cdff1d1b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,6 +89,11 @@ platforms = ["linux-64", "win-64", "osx-64"] setuptools = "*" setuptools-scm = "*" cibuildwheel = "*" +# FSO: remove as soon as possible +gdal = "*" +libgdal = "*" +geos = "*" +proj = "*" # Feature dev [tool.pixi.feature.dev.pypi-dependencies] @@ -112,8 +117,8 @@ sphinxcontrib-bibtex = "*" avaframe = "*" #Feature rcs -[tool.pixi.feature.rcs.pypi-dependencies] -avaframe = "==1.13rc4" +#[tool.pixi.feature.rcs.pypi-dependencies] +#avaframe = "==1.13rc4" #Feature qgis [tool.pixi.feature.qgis.dependencies] @@ -125,6 +130,6 @@ default = { features = ["dev"], solve-group = "default" } dev = ["dev"] doc = ["doc", "dev"] prod = ["prod"] -rcs = ["rcs"] +#rcs = ["rcs"] qgis = ["qgis", "dev"]