Skip to content

Commit

Permalink
Update Python version in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCodering committed Feb 13, 2024
1 parent bca5166 commit 98b3d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: "3.9"

# Pull the latest version of the base image to ensure it's up to date
- name: Pull latest base image
run: docker pull ubuntu:20.04
Expand Down

0 comments on commit 98b3d37

Please sign in to comment.