Actions: Display python info
This commit is contained in:
parent
45ff34f6c3
commit
af6c6b96b9
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -13,6 +13,9 @@ jobs:
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Python info
|
||||
run: |
|
||||
python -c 'import os, sys; print("sys.version: %s\nsys.platform: %s\nos.name: %s" % (sys.version, sys.platform, os.name))'
|
||||
- name: Install from source
|
||||
run: python -m pip install --editable .[test,bcrypt]
|
||||
- name: Run tests
|
||||
|
Loading…
Reference in New Issue
Block a user