Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Update ci.yml (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeySetevoi authored Jan 10, 2022
1 parent 35eed9e commit d6816e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: "Setup Python 3"
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.9'
- name: "Install Testing Tools"
run: pip3 install --upgrade pip setuptools && pip3 install wheel && pip3 install -r requirements-test.txt
- name: "Run Tests"
Expand Down

0 comments on commit d6816e9

Please sign in to comment.