Trigger build action

pull/185/head
Holger Müller 2020-06-12 19:10:20 +02:00
rodzic 11f8992c82
commit 563a0fc886
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -50,7 +50,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: Install dependencies and pyinstall
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt