Skip to content

Commit

Permalink
Specify Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthratna authored Nov 4, 2022
1 parent 63f9640 commit 41d736a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/send-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel setuptools
Expand Down

0 comments on commit 41d736a

Please sign in to comment.