do not update pip for pre commit w/ burnettk jbirddog

This commit is contained in:
jasquat 2022-11-11 11:26:55 -05:00
parent 875a3a0bfc
commit a1deaca23d
1 changed files with 1 additions and 6 deletions

View File

@ -171,15 +171,10 @@ jobs:
uses: actions/setup-python@v4.2.0
with:
python-version: "3.11"
- name: Upgrade pip
working-directory: .
run: |
pip install --constraint=.github/workflows/constraints.txt pip
pip --version
- name: Install Poetry
working-directory: .
run: |
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
pipx install
poetry --version
- name: Poetry Install
run: poetry install