Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,6 @@ jobs:
is-min-deps: false

# Additional Python versions for Linux x86_64
- name: Python 3.9
runner: ubuntu-24.04
platform-name: linux-x86_64
python-version: "3.9"
is-min-deps: false

- name: Python 3.10
runner: ubuntu-24.04
platform-name: linux-x86_64
Expand Down Expand Up @@ -268,7 +262,7 @@ jobs:
- name: Min Dependencies
runner: ubuntu-24.04
platform-name: linux-x86_64
python-version: "3.9"
python-version: "3.10"
is-min-deps: true
steps:
# Use the test composite action
Expand Down
Loading
Loading