diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index 835f28e..130dd4e 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -44,6 +44,7 @@ jobs: - name: Install dependencies run: | + pip install pip==24.0 pip install -U -r requirements.txt pip install -U -r dev-requirements.txt @@ -70,8 +71,7 @@ jobs: - name: Install dependencies run: | - python -m pip install --upgrade wheel - pip install pip==24.0 setuptools==56.0.0 + python -m pip install --upgrade wheel setuptools pip pip install coverage==5.2.1 pip install coveralls==2.2.0 - uses: actions/download-artifact@master