Skip to content

Commit

Permalink
Update deploy.yml (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
C1rN09 authored Jan 15, 2025
1 parent a8c74c3 commit a4475f5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.event.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.10
- name: Install wheel
run: pip install wheel
- name: Build MMEngine
Expand All @@ -29,11 +29,11 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.event.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.10
- name: Install wheel
run: pip install wheel
- name: Build MMEngine-lite
Expand Down

0 comments on commit a4475f5

Please sign in to comment.