Skip to content

Commit

Permalink
Display more info in pip-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Mar 29, 2022
1 parent 62c014a commit 3621429
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pip-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,20 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# Print environment variables to simplify development and debugging
- name: Environment Variables
shell: bash
run: env

- name: Display Python version
run: python --version

- name: Installation
run: pip install .[test]

- name: Check content of the folders
if: matrix.os == 'windows-2019'
run: TREE $pythonLocation\..

- name: Test with pytest
run: pytest

0 comments on commit 3621429

Please sign in to comment.