Skip to content

Commit c81e760

Browse files
committed
Remove unix-specific verification step
1 parent 120cae0 commit c81e760

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
run: |
3535
pip install --upgrade pip
3636
pip install .
37-
- name: Verify installation
38-
run: |
39-
ls -la $(python -c "import site; print(site.getsitepackages()[0])")/AA_stat
4037
- name: Lint with flake8
4138
run: |
4239
pip install flake8

0 commit comments

Comments
 (0)