diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a88b339b..eee5c7d3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,6 +19,9 @@ jobs: with: python-version: '3.x' + - name: Updating pip + uses: pip install --upgrade pip + - name: Installing dependecies run: pip install -r requirements.txt