Skip to content

Commit

Permalink
ci: specify python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnyxt authored Oct 28, 2023
1 parent 40bb3c8 commit 8d7c8ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
# Setup Python
- name: Setup Python
uses: actions/[email protected]
with:
python-version: '3.11'

# Pip install
- name: Python Pip Install
Expand Down

0 comments on commit 8d7c8ec

Please sign in to comment.