Skip to content

Commit

Permalink
[Feat] support ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfhu committed Dec 5, 2023
1 parent 5079d5e commit 858e511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-stage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: pytorch/pytorch:2.0.0-cuda11.7-cudnn8-devel
strategy:
matrix:
python-version: [3.10]
python-version: ['3.10']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
python-version: [3.10]
python-version: ['3.10']
platform: [cpu]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 858e511

Please sign in to comment.