We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120cae0 commit c81e760Copy full SHA for c81e760
1 file changed
.github/workflows/pythonpackage.yml
@@ -34,9 +34,6 @@ jobs:
34
run: |
35
pip install --upgrade pip
36
pip install .
37
- - name: Verify installation
38
- run: |
39
- ls -la $(python -c "import site; print(site.getsitepackages()[0])")/AA_stat
40
- name: Lint with flake8
41
42
pip install flake8
0 commit comments