Skip to content

Commit 64dca8a

Browse files
committed
Fix for pipeline push
1 parent 91b6a39 commit 64dca8a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ jobs:
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: |
15+
python3 -m pip install setuptools &&
16+
python3 setup.py --verbose develop &&
17+
pytest -sv

0 commit comments

Comments
 (0)