Skip to content

Commit 18d6d5e

Browse files
committed
update runner workflow to 13x from 12x
1 parent 0053f8f commit 18d6d5e

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)