Skip to content

Commit

Permalink
Use latest Python, actions
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Nov 11, 2024
1 parent cedbb9b commit e415c88
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 @@ -13,11 +13,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.10"]
python-version: ["3.12"]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup conda and dependencies
Expand Down

0 comments on commit e415c88

Please sign in to comment.