Added python requests intallation

This commit is contained in:
Allan Jeremy 2022-05-16 15:44:52 +03:00
parent 435701a2a3
commit 8c9321105a

View file

@ -62,6 +62,9 @@ jobs:
python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: "x64"
- name: Install requests
run: python -m pip install requests
#Run benchmark with `python bench/bench.py` and stores the output to a file
- name: Run benchmark
run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt