Skip to content

Commit 9110b72

Browse files
committed
Fix for pipeline push
1 parent 91b6a39 commit 9110b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Install Python3-dev
9-
run: sudo apt-get update && sudo apt-get install -y python3-dev
9+
run: sudo apt-get update && sudo apt-get install -y python3-dev && python3 -m pip install -U pip setuptools
1010
- uses: actions/checkout@master
1111
- name: GitHub action for pytest
1212
uses: cclauss/GitHub-Action-for-pytest@master
1313
with:
14-
args: python setup.py --verbose develop && pytest -sv
14+
args: python3 setup.py --verbose develop && pytest -sv

0 commit comments

Comments
 (0)