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 b0c5a69 commit d970ff5Copy full SHA for d970ff5
.github/workflows/pythonpackage.yml
@@ -3,27 +3,6 @@ name: Python package
3
on: [push]
4
5
jobs:
6
- test-py36:
7
- runs-on: windows-2019
8
- strategy:
9
- max-parallel: 1
10
- matrix:
11
- python-version: ["3.6"]
12
-
13
- steps:
14
- - uses: actions/checkout@v1
15
- - name: Set up Python ${{ matrix.python-version }}
16
- uses: actions/setup-python@v1
17
- with:
18
- python-version: ${{ matrix.python-version }}
19
- - name: Install dependencies
20
- run: |
21
- python -m pip install --upgrade pip
22
- python setup.py install
23
- - name: Test with pytest
24
25
- pip install pytest
26
- pytest
27
test-linux:
28
runs-on: ubuntu-latest
29
strategy:
0 commit comments