Skip to content

Commit

Permalink
ci: Run coverage with Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericojordan committed Apr 12, 2022
1 parent 2a12f92 commit 88db192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: "3.x"
python-version: "3.9"

- name: Checkout base ref
uses: actions/checkout@v2
Expand Down

0 comments on commit 88db192

Please sign in to comment.