Skip to content

Commit bd57453

Browse files
committed
👨‍💻 Remove redundant steps about installing and upgrading *pip* and test the CI workflow.
1 parent b340108 commit bd57453

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/rw_poetry_run_test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ jobs:
9797
- name: Install Python dependencies
9898
run: |
9999
python -m pip install --upgrade pip
100-
pip install -U pip
101-
pip install -U flask
102100
pip install -U gunicorn
103101
pip install -U poetry
104102

.github/workflows/rw_run_test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ jobs:
9393
- name: Install Python dependencies
9494
run: |
9595
python -m pip install --upgrade pip
96-
pip install -U pip
9796
pip install -U -r ./requirements/requirements.txt
9897
pip install -U -r ./requirements/requirements-test.txt
9998

0 commit comments

Comments
 (0)