Ver a proveniência

Add missing dependencies to run-tests action

tags/v0.6.6
Ben Kurtovic há 4 meses
ascendente
cometimento
fed08e09f3
1 ficheiros alterados com 1 adições e 2 eliminações
  1. +1
    -2
      .github/workflows/run-tests.yml

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

@@ -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
Guardar