We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce54f6 commit ca57b60Copy full SHA for ca57b60
.github/workflows/building.yml
@@ -46,6 +46,8 @@ jobs:
46
python-version: '3.11'
47
- name: Install coreutils
48
run: brew install coreutils
49
+ - name: Install httplib2 for Python
50
+ run: pip install httplib2 --break-system-package
51
- name: Download and unpack required resources
52
run: ./github_fetch_resources.sh | tee -a github_actions_retrieve_resources.log
53
- name: List resources
0 commit comments