mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
parent
b610c3214d
commit
3779d749cd
1 changed files with 0 additions and 3 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -13,9 +13,6 @@ 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…
Add table
Add a link
Reference in a new issue