Skip to content

Commit c84b841

Browse files
committed
Update pip before installing
1 parent 1fac783 commit c84b841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- uses: actions/setup-python@v5
2525
- name: Install packages and run tests
2626
run: |
27+
python3 -m pip install pip -U
2728
pip install pytest
2829
pip install .
2930
pip freeze

0 commit comments

Comments
 (0)