We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bd327 commit cb6cc3bCopy full SHA for cb6cc3b
.github/workflows/integration.yaml
@@ -45,6 +45,8 @@ jobs:
45
run: |
46
sudo apt-get install build-essential python3-dev libdebuginfod-dev libunwind-dev liblz4-dev -y -qq
47
- name: run tests
48
+ env:
49
+ MACOSX_DEPLOYMENT_TARGET: 10.14
50
51
pip install -U pip setuptools wheel
52
pip install -r dev_requirements.txt
0 commit comments