mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-16 13:15:00 +00:00
remove unnecessary pip upgrade for docs w/ burnettk
This commit is contained in:
parent
6ba2d23e09
commit
e9fdb9b0e9
14
.github/workflows/docs.yml
vendored
14
.github/workflows/docs.yml
vendored
@ -20,20 +20,6 @@ jobs:
|
|||||||
uses: actions/setup-python@v4.6.1
|
uses: actions/setup-python@v4.6.1
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
|
|
||||||
- name: Upgrade pip
|
|
||||||
run: |
|
|
||||||
pip install --constraint=.github/workflows/constraints.txt pip
|
|
||||||
pip --version
|
|
||||||
|
|
||||||
- name: Upgrade pip in virtual environments
|
|
||||||
shell: python
|
|
||||||
run: |
|
|
||||||
import os
|
|
||||||
import pip
|
|
||||||
|
|
||||||
with open(os.environ["GITHUB_ENV"], mode="a") as io:
|
|
||||||
print(f"VIRTUALENV_PIP={pip.__version__}", file=io)
|
|
||||||
- name: Pip Install
|
- name: Pip Install
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user