Skip to content

Commit

Permalink
Made python version a string
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzbrand committed Oct 24, 2024
1 parent faa52b8 commit 74ca7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: sudo apt-get install gettext
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
- uses: abatilo/actions-poetry@v3
- name: Install dependencies
id: install-deps
Expand Down

0 comments on commit 74ca7a7

Please sign in to comment.