Skip to content

Commit d37ce19

Browse files
committed
update runner workflow to 13x from 12x
1 parent 6723f89 commit d37ce19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
- uses: actions/checkout@v4
235235
- name: Install dependencies
236236
run: |
237-
pip install -e ".[dev,gpu-12x]"
237+
pip install -e ".[dev,gpu-13x]"
238238
- name: Customize config
239239
run: |
240240
echo "Setup tmp dirs and chmod so others can cleanup."

0 commit comments

Comments
 (0)