Skip to content

Commit

Permalink
Use python 3.11 in github actions because some dependency has an erro…
Browse files Browse the repository at this point in the history
…r with newer version (#278)
  • Loading branch information
dsagal authored Oct 27, 2023
1 parent a204b5c commit cb179ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.x'

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-helpscout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.x'

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down

0 comments on commit cb179ac

Please sign in to comment.