Skip to content

Commit

Permalink
Update Python to 3.9 in GitHub Action Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ninadicara committed May 30, 2024
1 parent ee13103 commit 82f97d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9

- name: Install dependencies
run: |
Expand Down

0 comments on commit 82f97d5

Please sign in to comment.