mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
End of the pip & explicit python version set
This commit is contained in:
parent
20ff937a3a
commit
74075fc00d
1 changed files with 1 additions and 2 deletions
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
|
@ -48,9 +48,8 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-python@v3
|
- uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.9"
|
||||||
architecture: "x64"
|
architecture: "x64"
|
||||||
cache: "pip"
|
|
||||||
|
|
||||||
- name: Install requests
|
- name: Install requests
|
||||||
run: python -m pip install requests
|
run: python -m pip install requests
|
||||||
|
|
Loading…
Add table
Reference in a new issue