diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 265663f..15239fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,9 @@ jobs: python-version: '3.x' - name: Install dependencies - run: pipenv install + run: | + pip install pipenv + pipenv install - name: Run tests run: pipenv run pytest \ No newline at end of file