Skip to content

Commit

Permalink
Use python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Jul 22, 2024
1 parent 49b7476 commit e35a9d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
defaults:
run:
shell: bash -l {0} # enables conda/mamba env activation by reading bash profile

strategy:
fail-fast: false
matrix:
config:
- os: ubuntu-latest
python: '3.11'

runs-on: ubuntu-latest
steps:
- name: Check out Abipy repo
Expand Down

0 comments on commit e35a9d2

Please sign in to comment.