Skip to content

Commit

Permalink
Experiment: drop pip version locking in CI
Browse files Browse the repository at this point in the history
Just run with whatever `setup-python` gave us and see where that gets
us...
  • Loading branch information
matthewhughes934 committed Dec 5, 2024
1 parent e1fe80d commit 7cc8ed2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Upgrade pip
run: |
pip install --constraint=.github/workflows/constraints.txt pip
pip --version
- name: Install Poetry
run: |
pip install --constraint=.github/workflows/poetry-constraints.txt poetry
Expand Down

0 comments on commit 7cc8ed2

Please sign in to comment.