Return of the pip

This commit is contained in:
Allan Jeremy 2022-05-16 19:25:49 +03:00
parent a9d4b79b2e
commit 20ff937a3a

View file

@ -50,6 +50,10 @@ jobs:
with:
python-version: "3.x"
architecture: "x64"
cache: "pip"
- name: Install requests
run: python -m pip install requests
- name: Run benchmark
run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt