Skip to content

Commit c6241e7

Browse files
committed
chore(ci): fix copy/paste oopsie
1 parent 8f92230 commit c6241e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
toxenv: [py_func_v4, py_func_cli]
3434
steps:
3535
- uses: actions/checkout@v2
36-
- name: Set up Python ${{ matrix.python-version }}
36+
- name: Set up Python
3737
uses: actions/setup-python@v2
3838
with:
39-
python-version: ${{ matrix.python-version }}
39+
python-version: 3.8
4040
- name: Install dependencies
4141
run: pip install tox pytest-github-actions-annotate-failures
4242
- name: Run tests

0 commit comments

Comments
 (0)