We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905c988 commit 3b03722Copy full SHA for 3b03722
.github/workflows/update.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: actions/setup-python@v5
14
with:
15
python-version: '3.10'
16
+ - run: python3 -m pip install requests
17
- name: Update Wappalyzer
18
run: ./update_wappalyzer.sh
19
- name: Update Features
0 commit comments