Skip to content

Commit

Permalink
Version 1.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Oct 19, 2021
1 parent fb3df78 commit 277e9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: |
pip install -U pip setuptools wheel
Expand Down

0 comments on commit 277e9c6

Please sign in to comment.