Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duranbe authored Jul 27, 2024
1 parent 3efe57e commit b49d37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python dev
run: |
sudo apt-get install -y python-dev
sudo apt-get install -y python-dev && pip install setuptools
- name: Build Lib
run: |
python3 setup.py install
Expand Down

0 comments on commit b49d37c

Please sign in to comment.