Skip to content

Commit

Permalink
Run github func job with py38
Browse files Browse the repository at this point in the history
This avoids running with py310 which doesn't make sense for focal.
  • Loading branch information
Corey Bryant committed Dec 8, 2023
1 parent 3664d52 commit 7e868c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
func:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
fail-fast: false
matrix:
juju_channel:
Expand Down

0 comments on commit 7e868c3

Please sign in to comment.