Skip to content

Commit

Permalink
chore(ci): fix copy/paste oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch committed Jan 26, 2021
1 parent 8f92230 commit c6241e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -33,10 +33,10 @@ jobs:
toxenv: [py_func_v4, py_func_cli]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: 3.8
- name: Install dependencies
run: pip install tox pytest-github-actions-annotate-failures
- name: Run tests
Expand Down

0 comments on commit c6241e7

Please sign in to comment.