We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f92230 commit c6241e7Copy full SHA for c6241e7
.github/workflows/test.yml
@@ -33,10 +33,10 @@ jobs:
33
toxenv: [py_func_v4, py_func_cli]
34
steps:
35
- uses: actions/checkout@v2
36
- - name: Set up Python ${{ matrix.python-version }}
+ - name: Set up Python
37
uses: actions/setup-python@v2
38
with:
39
- python-version: ${{ matrix.python-version }}
+ python-version: 3.8
40
- name: Install dependencies
41
run: pip install tox pytest-github-actions-annotate-failures
42
- name: Run tests
0 commit comments