Skip to content

Commit 34bedf9

Browse files
committed
Get rid of requirements.txt
1 parent 9cb7ac4 commit 34bedf9

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/actions/run-tests/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ runs:
3737
3838
echo "::group::Installing dependencies"
3939
pip install -U setuptools wheel
40-
pip install -r requirements.txt
4140
pip install -r dev_requirements.txt
4241
pip uninstall -y redis # uninstall Redis package installed via redis-entraid
4342
pip install -e . # install the working copy

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: pypa/[email protected]
4040
with:
41-
inputs: requirements.txt dev_requirements.txt
41+
inputs: dev_requirements.txt
4242
ignore-vulns: |
4343
GHSA-w596-4wvx-j9j6 # subversion related git pull, dependency for pytest. There is no impact here.
4444

requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)