Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
changeyoung98 authored Oct 11, 2024
1 parent 0c20cc6 commit dac6aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
os: [ubuntu-latest, macos-latest]
python-version: ['3.9']
node-version: ['14']
architecture: ['x64']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -21,6 +20,7 @@ jobs:
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 dac6aa3

Please sign in to comment.