Added requests install for python

This commit is contained in:
Allan Jeremy 2022-05-16 12:37:54 +03:00
parent decdf98942
commit 17ed62260a

View file

@ -61,6 +61,7 @@ jobs:
with: with:
python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: "x64" architecture: "x64"
run: pip install requests
#Run benchmark with `python bench/bench.py` and stores the output to a file #Run benchmark with `python bench/bench.py` and stores the output to a file
- name: Run benchmark - name: Run benchmark