Skip to content

Commit

Permalink
Rename a build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianjie Liu committed Oct 7, 2021
1 parent 53afdc4 commit 1f3ba85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Python 3.7
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Python 3.6
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
Expand Down

0 comments on commit 1f3ba85

Please sign in to comment.