Skip to content

Commit

Permalink
install addtional req
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed May 2, 2024
1 parent 955846c commit 0cd59d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/build-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ runs:
# uses: actions/setup-python@v3
# with:
# python-version: ${{ inputs.python_version }}
#- name: install additional requirements
# run: |
# pip install setuptools wheel
# shell: bash
- name: install additional requirements
run: |
pip install setuptools wheel
shell: bash
- name: Show python and pip version
run: |
python --version
Expand Down

0 comments on commit 0cd59d7

Please sign in to comment.