File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737 # There is an issue where python 3.12 always seems to be pinned as a dependency
3838 # Including the actually used python version in the install command works
39- conda install python=${{ matrix.python-version }} numpy conda-build setuptools setuptools_scm pandas pyqt xlsxwriter openpyxl cx_freeze -c conda-forge -y
39+ conda install python=${{ matrix.python-version }} numpy conda-build setuptools setuptools_scm pandas pyqt qttools xlsxwriter openpyxl cx_freeze -c conda-forge -y
4040
4141 - name : Build & install lpagg with conda
4242 run : |
7373 - name : Lint with flake8
7474 if : runner.os == 'Linux' # Only needs to run once
7575 run : |
76+ conda activate base # Activate conda environment
7677 conda install flake8
7778 # stop the build if there are Python syntax errors or undefined names
7879 flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
You can’t perform that action at this time.
0 commit comments