Skip to content

Commit

Permalink
Update to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed May 9, 2023
1 parent b76ddcf commit 7b8d9fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
paths:
- '.github/workflows/build.yml'
- 'applications/**'
- 'shared/**'
- 'assets/**'
Expand All @@ -15,6 +16,7 @@ on:
- 'package'
pull_request:
paths:
- '.github/workflows/build.yml'
- 'applications/**'
- 'shared/**'
- 'assets/**'
Expand All @@ -32,7 +34,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10
- name: Install toltecmk
run: pip install toltecmk
- name: Build packages
Expand Down

0 comments on commit 7b8d9fd

Please sign in to comment.