Skip to content

Commit 04c42c9

Browse files
authored
fix: limit gpu tests (#46)
1 parent 067000a commit 04c42c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,8 @@ workflows:
138138
- test
139139
matrix:
140140
parameters:
141-
python_version: ["3.10", "3.11"] # "3.12" # TODO: Revisit 3.12
141+
python_version: ["3.10", "3.11"] # "3.12" # TODO: Revisit 3.12
142+
filters:
143+
branches:
144+
only:
145+
- main

0 commit comments

Comments
 (0)