Skip to content

Commit

Permalink
Update build.yml (#1280)
Browse files Browse the repository at this point in the history
* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml
  • Loading branch information
changeyoung98 authored Oct 11, 2024
1 parent 0376564 commit c988ab5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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 Down

0 comments on commit c988ab5

Please sign in to comment.