Skip to content

Commit

Permalink
Changed python version to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Hzaakk committed Oct 14, 2024
1 parent b47e5c0 commit 65b0f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django_testing_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: "3.10"

- name: Cache and/or Install apache2-dev needed for testing suite
uses: awalsh128/cache-apt-pkgs-action@latest
Expand Down

0 comments on commit 65b0f30

Please sign in to comment.