diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7666fcf0..7f9bf924 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,8 +8,11 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v1 - - name: Unit tests - run: make coverage + - name: Make fresh + run: | + python -m pip install --upgrade pip + pip install -r requirements.txt + make fresh - name: Coveralls uses: AndreMiras/coveralls-python-action@develop