Skip to content

Commit

Permalink
Add .python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Nov 3, 2023
1 parent 863b1e3 commit 67451fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ jobs:
name: Build & release wheels
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Update pipx
run: |
python3 -m pip install pipx
python3 -m pipx ensurepath
- name: Checkout
uses: actions/checkout@v4
- name: Install CLI
run: pipx install ./cli/
- run: build charms.json
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12

0 comments on commit 67451fe

Please sign in to comment.