File tree Expand file tree Collapse file tree 4 files changed +474
-46
lines changed Expand file tree Collapse file tree 4 files changed +474
-46
lines changed Original file line number Diff line number Diff line change 11---
2- name : Python Test
2+ name : Python Poetry Pytest
33
44on :
55 # push:
2727 working-directory : ${{github.workspace}}/python-algorithm
2828 run : |
2929 python -m pip install --upgrade pip
30- pip install -r ./requirements.txt
30+ poetry install
3131
3232 - name : Test
3333 working-directory : ${{github.workspace}}/python-algorithm
34- run : pytest
34+ run : poetry run pytest
Original file line number Diff line number Diff line change 22
33<!-- markdownlint-disable MD033 MD036 -->
44
5- ![ C++ CMake Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/cmake.yml/badge.svg ) ![ Python Test ] ( https://github.com/codejsha/algorithm-examples/actions/workflows/python.yml/badge.svg ) ![ Java Gradle Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/gradle.yml/badge.svg )
5+ ![ C++ CMake Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/cmake.yml/badge.svg ) ![ Python Poetry Pytest ] ( https://github.com/codejsha/algorithm-examples/actions/workflows/python.yml/badge.svg ) ![ Java Gradle Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/gradle.yml/badge.svg )
66
77[ English] ( README.md ) | [ Korean] ( README_ko-KR.md )
88
Original file line number Diff line number Diff line change 22
33<!-- markdownlint-disable MD033 MD036 -->
44
5- ![ C++ CMake Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/cmake.yml/badge.svg ) ![ Python Test ] ( https://github.com/codejsha/algorithm-examples/actions/workflows/python.yml/badge.svg ) ![ Java Gradle Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/gradle.yml/badge.svg )
5+ ![ C++ CMake Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/cmake.yml/badge.svg ) ![ Python Poetry Pytest ] ( https://github.com/codejsha/algorithm-examples/actions/workflows/python.yml/badge.svg ) ![ Java Gradle Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/gradle.yml/badge.svg )
66
77[ English] ( README.md ) | [ Korean] ( README_ko-KR.md )
88
You can’t perform that action at this time.
0 commit comments