Skip to content

Commit

Permalink
pip setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Manwe-777 committed Aug 19, 2024
1 parent 3a408f1 commit d89534e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '18'

- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'

- name: Install Python setup tools
run: |
pip install setuptools
- name: "Checkout source code"
uses: "actions/checkout@v2"
Expand Down

0 comments on commit d89534e

Please sign in to comment.