Skip to content

Commit bb61503

Browse files
Merge pull request #254 from HubSpot/feature/fixGHActions
Fix github actions
2 parents aa71dd9 + 0ea6553 commit bb61503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.x
22+
python-version: 3.11
2323
- name: Test with pytest
2424
run: make test

0 commit comments

Comments
 (0)