File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11---
2- name : Python Poetry Pytest
2+ name : Python Poetry Test
33
44on :
55 # push:
2727 working-directory : ${{github.workspace}}/python-algorithm
2828 run : |
2929 python -m pip install --upgrade pip
30- poetry install
30+ pip install poetry
31+ poetry install --with test
3132
3233 - name : Test
3334 working-directory : ${{github.workspace}}/python-algorithm
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 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 )
5+ ![ C++ CMake Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/cmake.yml/badge.svg ) ![ Python Poetry 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 )
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 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 )
5+ ![ C++ CMake Test] ( https://github.com/codejsha/algorithm-examples/actions/workflows/cmake.yml/badge.svg ) ![ Python Poetry 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 )
66
77[ English] ( README.md ) | [ Korean] ( README_ko-KR.md )
88
You can’t perform that action at this time.
0 commit comments