Skip to content

Commit 0612553

Browse files
authored
Update python_jobs.yml
1 parent b030293 commit 0612553

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python_jobs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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: |
@@ -73,6 +73,7 @@ jobs:
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

0 commit comments

Comments
 (0)