mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-05 06:34:03 +00:00
do not update pip for pre commit w/ burnettk jbirddog
This commit is contained in:
parent
92b97a57b8
commit
f579ce0b04
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
|
uses: actions/setup-python@v4.2.0
|
||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
- name: Upgrade pip
|
|
||||||
working-directory: .
|
|
||||||
run: |
|
|
||||||
pip install --constraint=.github/workflows/constraints.txt pip
|
|
||||||
pip --version
|
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
working-directory: .
|
working-directory: .
|
||||||
run: |
|
run: |
|
||||||
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
|
pipx install
|
||||||
poetry --version
|
poetry --version
|
||||||
- name: Poetry Install
|
- name: Poetry Install
|
||||||
run: poetry install
|
run: poetry install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user