build: Add missing requests dependency for macOS

This commit is contained in:
Erik Abair 2022-06-19 15:57:58 -07:00 committed by mborgerson
parent cc21fbea78
commit 1e31a77e25

View file

@ -228,7 +228,7 @@ jobs:
dylibbundler \
pkg-config \
ninja
python3 -m pip install pyyaml
python3 -m pip install pyyaml requests
- name: Initialize compiler, library cache
id: cache
uses: actions/cache@v2.1.6