Skip to content

Commit

Permalink
FIX: make yaml parser happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tcztzy committed Sep 27, 2024
1 parent 3adf2a0 commit 22d45c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-python@v5
- uses: actions/checkout@v4.2.0
- uses: actions/setup-python@v5.2.0
with:
python-version: 3.10
python-version: '3.10'
- uses: messense/[email protected]
with:
command: build
Expand Down

0 comments on commit 22d45c5

Please sign in to comment.