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 821c77d commit 6825758Copy full SHA for 6825758
.github/workflows/sphinx.yml
@@ -40,8 +40,9 @@ jobs:
40
- name: Lint with flake8
41
run: |
42
conda install --yes -c conda-forge flake8 flake8-comprehensions flake8-bugbear
43
+ conda list
44
echo $PATH
- ls -rtl /usr/share/miniconda/envs/test/bin/
45
+ ls -ral /usr/share/miniconda/envs/test/bin/
46
/usr/share/miniconda/envs/test/bin/flake8 pySDC
47
48
- name: Run nosetest
0 commit comments