File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v2
2525 - name : Install dependencies
2626 run : |
27- pip install --upgrade pip setuptools rich wheel requests
27+ pip install --upgrade pip setuptools rich wheel requests pillow
2828 - name : Build wheel
2929 run : |
3030 python setup.py ${{ matrix.dist }}
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 uses : actions/checkout@v2
1919 - name : Install dependencies
2020 run : |
21- /opt/python/cp39-cp39/bin/pip install --upgrade pip setuptools rich wheel requests
22- /opt/python/cp310-cp310/bin/pip install --upgrade pip setuptools rich wheel requests
23- /opt/python/cp311-cp311/bin/pip install --upgrade pip setuptools rich wheel requests
24- /opt/python/cp312-cp312/bin/pip install --upgrade pip setuptools rich wheel requests
21+ /opt/python/cp39-cp39/bin/pip install --upgrade pip setuptools rich wheel requests pillow
22+ /opt/python/cp310-cp310/bin/pip install --upgrade pip setuptools rich wheel requests pillow
23+ /opt/python/cp311-cp311/bin/pip install --upgrade pip setuptools rich wheel requests pillow
24+ /opt/python/cp312-cp312/bin/pip install --upgrade pip setuptools rich wheel requests pillow
2525 - name : Build wheel
2626 run : |
2727 /opt/python/cp39-cp39/bin/python setup.py bdist_wheel
You can’t perform that action at this time.
0 commit comments