1
0
Fork 0
mirror of synced 2024-05-19 11:52:24 +12:00

Fix python-tests dependency

Starting from b6113cc, it requires `build` package to be built.
This commit is contained in:
c01o 2023-10-27 07:21:55 +09:00
parent 619c5ae6a2
commit bb1646ddc1

View file

@ -51,7 +51,7 @@ jobs:
- name: Install pip dependencies
run: |
python -m pip install --upgrade pip setuptools wheel pytest bottle
python -m pip install --upgrade pip setuptools wheel pytest bottle build
./bin/build_pip.sh
python -m pip install .