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 4410f6c commit 2e6e817Copy full SHA for 2e6e817
.github/workflows/ci_tests.yaml
@@ -64,26 +64,6 @@ jobs:
64
env:
65
TOXENV: ${{ matrix.category }}
66
run: tox -- -vv
67
- upstream-py37:
68
- runs-on: ubuntu-latest
69
- strategy:
70
- fail-fast: true
71
- matrix:
72
- category:
73
- - nocmk
74
- - test-upstream-requirements-py37
75
- steps:
76
- - uses: actions/checkout@v3
77
- - uses: actions/setup-python@v4
78
- with:
79
- python-version: 3.7
80
- - run: |
81
- python -m pip install --upgrade pip
82
- pip install --upgrade -r dev_requirements/ci-requirements.txt
83
- - name: run test
84
- env:
85
- TOXENV: ${{ matrix.category }}
86
- run: tox -- -vv
87
upstream-py311:
88
runs-on: ubuntu-latest
89
strategy:
0 commit comments