Skip to content

Commit 34006bb

Browse files
committed
👨‍💻 Remove redundant steps and add step about checking the pip version. Test and observe the CI workflow.
1 parent bd57453 commit 34006bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rw_poetry_run_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Install Python dependencies
9898
run: |
99-
python -m pip install --upgrade pip
99+
pip --version
100100
pip install -U gunicorn
101101
pip install -U poetry
102102

.github/workflows/rw_run_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Install Python dependencies
9494
run: |
95-
python -m pip install --upgrade pip
95+
pip --version
9696
pip install -U -r ./requirements/requirements.txt
9797
pip install -U -r ./requirements/requirements-test.txt
9898

0 commit comments

Comments
 (0)