Skip to content
Prev Previous commit
Next Next commit
Edit workflow input from pypy-version to python-version
Co-Authored-By: Brett Cannon <[email protected]>
  • Loading branch information
Sangarshanan and brettcannon authored Nov 28, 2019
commit 629e3f10caf2ecefb39cfa82918b42adb3cd2e40
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/setup-python@v1
name: Install ${{ matrix.pypy_version }}
with:
pypy-version: ${{ matrix.pypy_version }}
python-version: ${{ matrix.pypy_version }}
architecture: x64

- name: Install dependencies
Expand Down