From 3a79c07bfb89109d47ebc48ee6da1570ed94ee11 Mon Sep 17 00:00:00 2001 From: lorenz Date: Sun, 26 Nov 2023 12:22:38 +0100 Subject: [PATCH] some fixes for workflow Update test-env-action.yml Update reps --- .github/workflows/test-env-action.yml | 11 +++++------ packaging/conda/meta.yaml | 1 - 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-env-action.yml b/.github/workflows/test-env-action.yml index 2199e7c..8b0318e 100644 --- a/.github/workflows/test-env-action.yml +++ b/.github/workflows/test-env-action.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: [windows-latest, ubuntu-latest, macos-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2 @@ -22,17 +22,16 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: - python-version: ${{ matrix.python-version }} - auto-activate-base: true - activate-environment: test + python-version: "3.11" - - name: install packages + - name: install conda build run: | - conda install flake8 conda-build + conda install conda-build - if: matrix.os == 'ubuntu-latest' name: Lint with flake8 run: | + conda install flake8 ${CONDA}/bin/flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude=.svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg,scons,SoPyScript - name: create package with conda diff --git a/packaging/conda/meta.yaml b/packaging/conda/meta.yaml index 20ffe6b..c2ac9b8 100644 --- a/packaging/conda/meta.yaml +++ b/packaging/conda/meta.yaml @@ -32,7 +32,6 @@ requirements: - qt6-main # [py >= 312] - soqt6 # [py >= 312] - pyside6 # [py >= 312] - - soqt test: source-files: