Skip to content

Commit

Permalink
Rearranging code a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Jan 24, 2021
1 parent 6d44198 commit e6ab4dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: "Python 3.8"
python-version: '3.8'
toxenv: 'py38'
- name: "Python 3.9"
python-version: '3.9'
toxenv: 'py39'
- name: "Python 3.9-pyhash"
python-version: '3.9'
toxenv: 'py39-pyhash'
- name: "Python 3.9"
python-version: '3.9'
toxenv: 'py39'
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit e6ab4dc

Please sign in to comment.