Skip to content

Commit 079c366

Browse files
JacksonBurnssevyharris
authored andcommitted
only run python 3.9 conda build on PRs
1 parent 7178959 commit 079c366

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/conda_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ jobs:
2323
# for PRs just run a single build per platform to save time and resources
2424
- is_pr: true
2525
os: ubuntu-latest
26-
python-version: "3.9"
26+
python-version: "3.11"
2727
- is_pr: true
2828
os: ubuntu-latest
2929
python-version: "3.10"
3030
- is_pr: true
3131
os: macos-15-intel
32-
python-version: "3.9"
32+
python-version: "3.11"
3333
- is_pr: true
3434
os: macos-15-intel
3535
python-version: "3.10"
3636
- is_pr: true
3737
os: macos-latest
38-
python-version: "3.9"
38+
python-version: "3.11"
3939
- is_pr: true
4040
os: macos-latest
4141
python-version: "3.10"

0 commit comments

Comments
 (0)