Skip to content

Commit

Permalink
Update Python version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RyEggGit committed Jan 11, 2024
1 parent ebc13a2 commit 8ee0429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- 5432:5432
steps:
- uses: actions/checkout@v2
- name: Python 3.9.5 Setup
- name: Python 3.9 Setup
uses: actions/setup-python@v2
with:
python-version: 3.9.5
python-version: 3.9
- name: Install dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 8ee0429

Please sign in to comment.