diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef21ed6..044a596 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install setuptools wheel pip install -r requirements.txt pip install pytest pytest-bdd coverage