Skip to content

Commit

Permalink
[Fix] Fix deploy ci (#1628)
Browse files Browse the repository at this point in the history
* [Enhance] Support trigger ci manually

* [Fix] Fix deploy CI
  • Loading branch information
HAOCHENYE authored Jan 15, 2025
1 parent e60ab1d commit 698782f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.10.13
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.10.13
- name: Install wheel
run: pip install wheel
- name: Build MMEngine
Expand All @@ -34,10 +34,10 @@ jobs:
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.10.13
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.10.13
- name: Install wheel
run: pip install wheel
- name: Build MMEngine-lite
Expand Down

0 comments on commit 698782f

Please sign in to comment.