Skip to content

Commit

Permalink
github actions to python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
w00kie authored Aug 18, 2023
1 parent d2b6689 commit 68948f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
- 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: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 68948f5

Please sign in to comment.