Ver código fonte

Add missing dependencies to run-tests action

tags/v0.6.6
Ben Kurtovic 4 meses atrás
pai
commit
fed08e09f3
1 arquivos alterados com 1 adições e 2 exclusões
  1. +1
    -2
      .github/workflows/run-tests.yml

+ 1
- 2
.github/workflows/run-tests.yml Ver arquivo

@@ -21,8 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install coveralls pytest
python -m pip install --upgrade pip wheel setuptools coveralls pytest
python setup.py develop
- name: Run tests
env:


Carregando…
Cancelar
Salvar