Skip to content

Commit

Permalink
fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlbear committed Mar 11, 2023
1 parent d0cdc6b commit a938008
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: python --version
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- run: python --version
- run: sh Scripts/ci.sh
id: script
- name: Commit
Expand Down

0 comments on commit a938008

Please sign in to comment.