Skip to content

Commit

Permalink
reduce conda build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Aug 17, 2023
1 parent adc103b commit aa25ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.10"]
runs-on: ${{matrix.platform}}
steps:
- name: Checkout source
Expand Down

0 comments on commit aa25ecb

Please sign in to comment.