Skip to content

Commit

Permalink
Update GA build script
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-slac committed Dec 5, 2023
1 parent c5a49d4 commit 6958a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Update pip/wheel infrastructure
shell: bash -l {0}
run: |
conda install -y -q "pip<22" wheel
conda install -y -q pip wheel
- name: Install dependencies
shell: bash -l {0}
Expand Down

0 comments on commit 6958a13

Please sign in to comment.