Skip to content

Commit

Permalink
some fixes for workflow
Browse files Browse the repository at this point in the history
Update test-env-action.yml

Update reps
  • Loading branch information
looooo committed Nov 26, 2023
1 parent 940f6fe commit 3a79c07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test-env-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,24 @@ 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
name: Checkout

- 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
Expand Down
1 change: 0 additions & 1 deletion packaging/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ requirements:
- qt6-main # [py >= 312]
- soqt6 # [py >= 312]
- pyside6 # [py >= 312]
- soqt

test:
source-files:
Expand Down

0 comments on commit 3a79c07

Please sign in to comment.