End of the pip & explicit python version set

This commit is contained in:
Allan Jeremy 2022-05-16 19:32:37 +03:00
parent 20ff937a3a
commit 74075fc00d

View file

@ -48,9 +48,8 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: "3.x"
python-version: "3.9"
architecture: "x64"
cache: "pip"
- name: Install requests
run: python -m pip install requests