Skip to content

Commit

Permalink
updating python in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Jan 24, 2025
1 parent 27069d7 commit be95e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.9
- name: Set up Python 3.10
id: setup-python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit be95e25

Please sign in to comment.