Skip to content

Commit 6825758

Browse files
authored
Update sphinx.yml
1 parent 821c77d commit 6825758

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
- name: Lint with flake8
4141
run: |
4242
conda install --yes -c conda-forge flake8 flake8-comprehensions flake8-bugbear
43+
conda list
4344
echo $PATH
44-
ls -rtl /usr/share/miniconda/envs/test/bin/
45+
ls -ral /usr/share/miniconda/envs/test/bin/
4546
/usr/share/miniconda/envs/test/bin/flake8 pySDC
4647
4748
- name: Run nosetest

0 commit comments

Comments
 (0)