Skip to content

Commit

Permalink
Restrict CircleCI to single python version
Browse files Browse the repository at this point in the history
  • Loading branch information
k8culver committed Jan 2, 2025
1 parent cf74b2b commit fd2dc74
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ workflows:
version: 2.1
tests:
jobs:
- dwave/test-linux
- dwave/test-osx
- dwave/test-win
- dwave/test-linux-single-python:
python-version: 3.11.0
- dwave/test-win-single-python:
python-version: 3.11.0
- dwave/test-osx-single-python:
python-version: 3.11.0

weekly:
triggers:
Expand All @@ -21,6 +24,9 @@ workflows:
- master
- main
jobs:
- dwave/test-linux
- dwave/test-osx
- dwave/test-win
- dwave/test-linux-single-python:
python-version: 3.11.0
- dwave/test-win-single-python:
python-version: 3.11.0
- dwave/test-osx-single-python:
python-version: 3.11.0

0 comments on commit fd2dc74

Please sign in to comment.