Reverted pip install change in benchmark workflow

This commit is contained in:
Allan Jeremy 2022-05-16 15:10:43 +03:00
parent 17ed62260a
commit 1af36eb542

View file

@ -61,7 +61,6 @@ 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