mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-27 18:24:58 +00:00
do not update pip for pre commit w/ burnettk jbirddog
This commit is contained in:
parent
875a3a0bfc
commit
a1deaca23d
7
.github/workflows/backend_tests.yml
vendored
7
.github/workflows/backend_tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user