Skip to content

Commit

Permalink
Merge branch 'PaddlePaddle:develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cse0001 authored Oct 11, 2024
2 parents 182b66c + c988ab5 commit ffb7863
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,20 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.7']
python-version: ['3.9']
node-version: ['14']
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
architecture: 'x64'
- name: Install requirements
run: |
pip install -U wheel
Expand All @@ -31,7 +32,7 @@ jobs:
run: |
python setup.py bdist_wheel
- name: Upload whl
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: VisualDL
path: dist/*.whl

0 comments on commit ffb7863

Please sign in to comment.