Skip to content

Commit 7cc8ed2

Browse files
Experiment: drop pip version locking in CI
Just run with whatever `setup-python` gave us and see where that gets us...
1 parent e1fe80d commit 7cc8ed2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ jobs:
5757
with:
5858
python-version: ${{ matrix.python-version }}
5959

60-
- name: Upgrade pip
61-
run: |
62-
pip install --constraint=.github/workflows/constraints.txt pip
63-
pip --version
64-
6560
- name: Install Poetry
6661
run: |
6762
pip install --constraint=.github/workflows/poetry-constraints.txt poetry

0 commit comments

Comments
 (0)