Removed pip upgrade from tests workflow

This commit is contained in:
CasVT
2023-07-02 15:10:27 +02:00
parent 0ea20afb4f
commit 1e3691ff3e

View File

@@ -20,9 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
run: pip install -r requirements.txt
- name: Run Tests
run: |