Skip to content

Commit

Permalink
End of the pip & explicit python version set
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJeremy committed May 16, 2022
1 parent 20ff937 commit 74075fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74075fc

Please sign in to comment.