mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-02-12 21:31:18 +00:00
Update actions/setup-python to v2
This commit is contained in:
parent
60709e386a
commit
b1e5e7c96e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -7,10 +7,10 @@ jobs:
|
|||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: "3.6"
|
python-version: "3.6"
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
- run: python -m pip install --upgrade tox
|
- run: python -m pip install --upgrade tox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user