We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87032ed commit 58a8f80Copy full SHA for 58a8f80
.github/workflows/Python_tests.yml
@@ -11,7 +11,7 @@ jobs:
11
max-parallel: 15
12
matrix:
13
os: [macos-latest, ubuntu-latest] # , windows-latest]
14
- python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
+ python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
15
steps:
16
- uses: actions/checkout@v1
17
- name: Set up Python ${{ matrix.python-version }}
0 commit comments