Remove explicit setuptools installation.

This commit is contained in:
Josh Matthews 2022-09-04 16:04:22 -04:00 committed by GitHub
parent 1310daef74
commit 5bebdeadbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
fetch-depth: 2
- name: Bootstrap
run: |
python3 -m pip install --upgrade pip virtualenv setuptools
python3 -m pip install --upgrade pip virtualenv
sudo apt update
python3 ./mach bootstrap
- name: Release build