pip version test
This commit is contained in:
parent
90fb4206af
commit
0ff26aa4b6
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -89,6 +89,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m pip --version
|
||||
python3 -m pip install --upgrade --upgrade-strategy eager -r requirements_dev.txt
|
||||
python3 -m pip install --upgrade --upgrade-strategy eager -r requirements.txt
|
||||
for requirement in requirements-*.txt; do
|
||||
@ -103,6 +104,7 @@ jobs:
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
pip --version
|
||||
make pydist
|
||||
make dist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user