ascendente
cometimento
f66cd9195c
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 6D1B91F131F89577
2 ficheiros alterados com
3 adições e
3 eliminações
-
.github/workflows/pythonapp.yml
-
Pipfile
|
|
@@ -8,10 +8,10 @@ jobs: |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- name: Set up Python 3.7 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v1 |
|
|
|
with: |
|
|
|
python-version: 3.7 |
|
|
|
python-version: 3.8 |
|
|
|
- name: Install dependencies |
|
|
|
run: | |
|
|
|
pip install --upgrade pip pipenv |
|
|
|
|
|
@@ -13,4 +13,4 @@ tabulate = "*" |
|
|
|
numpy = ">=1.17.0,<2.0.0" |
|
|
|
|
|
|
|
[requires] |
|
|
|
python_version = "3.7" |
|
|
|
python_version = "3.8" |