File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,20 @@ jobs:
2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v3
25- - uses : actions/setup-python@v4
24+ - name : Check out code
25+ uses : actions/checkout@v3
26+ - name : Set up Python
27+ uses : actions/setup-python@v4
2628 with :
2729 python-version : " 3.11"
28- - uses : Gr1N/setup-poetry@v8
30+ - name : Set up Poetry
31+ uses : Gr1N/setup-poetry@v8
2932 with :
3033 poetry-version : " 1.3.2"
3134 - name : Install package
3235 run : poetry install
3336
34-
35- - name : Pull
37+ - name : Pull repos
3638 id : pull
3739 run : poetry run python -m uc_python.pull
3840 - name : Build slides
Original file line number Diff line number Diff line change 11name , url
22Intro to Python for Data Science , https://github.com/uc-python/intro-python-datasci.git
3+ Intermediate Python for Data Science , https://github.com/uc-python/intermediate-python-datasci.git
4+ Advanced Python for Data Science , https://github.com/uc-python/advanced-python-datasci.git
5+ Intro to Python for Data Science -- Cincinnati Financial , https://github.com/uc-python/python-training-cincinnati-insurance.git
You can’t perform that action at this time.
0 commit comments