We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e637a5e commit 821c77dCopy full SHA for 821c77d
.github/workflows/sphinx.yml
@@ -40,6 +40,8 @@ jobs:
40
- name: Lint with flake8
41
run: |
42
conda install --yes -c conda-forge flake8 flake8-comprehensions flake8-bugbear
43
+ echo $PATH
44
+ ls -rtl /usr/share/miniconda/envs/test/bin/
45
/usr/share/miniconda/envs/test/bin/flake8 pySDC
46
47
- name: Run nosetest
0 commit comments