We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8a1ff commit a876ae5Copy full SHA for a876ae5
1 file changed
.github/workflows/Python_tests.yml
@@ -13,7 +13,7 @@ jobs:
13
os: [macos-latest, ubuntu-latest, windows-latest]
14
python-version: [2.7, 3.6, 3.7, 3.8] # 3.5,
15
steps:
16
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
17
- name: Set up Python ${{ matrix.python-version }}
18
uses: actions/setup-python@v1
19
with:
0 commit comments