diff --git a/.github/workflows/test_main.yml b/.github/workflows/test_main.yml index 4e89c68..67cc2ca 100644 --- a/.github/workflows/test_main.yml +++ b/.github/workflows/test_main.yml @@ -34,10 +34,8 @@ jobs: sleep 5; \ done - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install --default-timeout=60 --retries=5 -r requirements-ci.txt + - name: Upgrade pip + run: python -m pip install --upgrade pip - name: Install project package in editable mode run: | @@ -73,10 +71,8 @@ jobs: sleep 5; \ done - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install --default-timeout=60 --retries=5 -r requirements-ci.txt + - name: Upgrade pip + run: python -m pip install --upgrade pip - name: Install project package in editable mode run: |