mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-02-08 11:30:26 +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 }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v1
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.6"
|
||||
- uses: actions/setup-python@v1
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.10"
|
||||
- run: python -m pip install --upgrade tox
|
||||
|
Loading…
x
Reference in New Issue
Block a user