Install setuptools before building pydis

pull/13/head
Anichitei Ionel-Cristinel 4 years ago committed by GitHub
parent 374dd532e6
commit 1184a314a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,9 +39,12 @@ jobs:
make -j$(nproc)
cd ..
cd ..
- name: Install setuptools
run: |
python3 -m pip install --upgrade pip
python3 -m pip install setuptools
- name: Build pydis
run: |
cd pydis
python3 setup.py build
cd ..

Loading…
Cancel
Save