Ver código fonte

Install dependencies in action

pull/3011/head
Matheus Felipe 2 anos atrás
pai
commit
434c9fc292
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: AA785C523274872F
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      .github/workflows/test_of_validate_package.yml

+ 3
- 0
.github/workflows/test_of_validate_package.yml Ver arquivo

@@ -19,6 +19,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: python -m pip install -r scripts/requirements.txt

- name: Run Unittest
run: |


Carregando…
Cancelar
Salvar