Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Manwe-777 committed Aug 19, 2024
1 parent 9f21e4c commit d43d775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
node-version: "18"

- name: "Checkout source code"
uses: "actions/checkout@v2"

- uses: actions/setup-python@v5
with:
python-version: "3.10"
Expand All @@ -27,9 +30,6 @@ jobs:
run: |
pip install setuptools
- name: "Checkout source code"
uses: "actions/checkout@v2"

- name: "Install modules"
run: "npm run install:ci"

Expand Down

0 comments on commit d43d775

Please sign in to comment.