Skip to content

Commit ea90425

Browse files
committed
Removed pip install from test workflow.
1 parent f7f6eff commit ea90425

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ jobs:
120120
121121
sudo rm -rf /var/lib/apt/lists/*
122122
123-
sudo -H python${{ matrix.python-version }} -m pip install --upgrade pip --break-system-packages
124123
sudo -H python${{ matrix.python-version }} -m pip install --break-system-packages --no-cache-dir -r ./requirements.txt
125124
sudo -H python${{ matrix.python-version }} -m pip install --break-system-packages --no-cache-dir -r ./requirements-dev.txt
126125

0 commit comments

Comments
 (0)