We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7402b4 commit ca86ef2Copy full SHA for ca86ef2
.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